mptfusion: Fix Incorrect return value in mptscsih_dev_reset
commitda0ec09d40f661a82cf803f48d4cbc76dc15c715
authorKashyap, Desai <kashyap.desai@lsi.com>
Thu, 10 Feb 2011 06:23:44 +0000 (10 11:53 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 24 Feb 2011 22:54:22 +0000 (24 14:54 -0800)
tree1dfdeb9544013e80a55e93727fd6b23dc3b44066
parent1f5a5cc0c277059f208133895327297ce1492f06
mptfusion: Fix Incorrect return value in mptscsih_dev_reset

commit bcfe42e98047f1935c5571c8ea77beb2d43ec19d upstream.

There's a branch at the end of this function that
is supposed to normalize the return value with what
the mid-layer expects. In this one case, we get it wrong.

Also increase the verbosity of the INFO level printk
at the end of mptscsih_abort to include the actual return value
and the scmd->serial_number. The reason being success
or failure is actually determined by the state of
the internal tag list when a TMF is issued, and not the
return value of the TMF cmd. The serial_number is also
used in this decision, thus it's useful to know for debugging
purposes.

Reported-by: Peter M. Petrakis <peter.petrakis@canonical.com>
Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/message/fusion/mptscsih.c