commit | 10d6530c64b4b4935fea3a4317e9c46d92a5e6db | [log] [tgz] |
---|---|---|
author | Hannes Reinecke <hare@suse.de> | Wed Jul 11 13:35:16 2012 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jul 26 17:44:07 2012 +0200 |
tree | 83203e7fd9e3e731758d08b15af466371187087a | |
parent | a21143486b9c6d7a50b7b62877c02b3c686943cb [diff] |
megasas: Replace trace_megasas_dcmd_dump_frame() trace_megasas_dcmd_dump_frame() takes 9 arguments, which is rather much. Plus the trace infrastructure doesn't support it. As we can get the information via other means it's pointless to have it in the driver, so rather use some proper trace point here and remove the old one. Signed-off-by: Hannes Reinecke <hare@suse.de> Cc: Stefan Weil <sw@weilnetz.de> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>