From: Maciej Trela Date: Wed, 4 Jan 2012 09:33:05 +0000 (-0800) Subject: [SCSI] isci: remove unused 'isci_tmf->device' field X-Git-Tag: v3.3-rc1~15^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27234ab44f97d85bab062a9d18aaff99addd267d;p=pandora-kernel.git [SCSI] isci: remove unused 'isci_tmf->device' field As the field was never set, isci_print_tmf() using 'isci_tmf->device' sometimes causes a kernel crash if the dev_dbg() statement is enabled. Remove the unused field both from isci_tmf struct definition and from isci_print_tmf() Signed-off-by: Maciej Trela Signed-off-by: Dan Williams Signed-off-by: James Bottomley --- Reading git-diff-tree failed