]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cciss: fix incorrect scsi status reporting
authorStephen M. Cameron <scameron@beardog.cce.hp.com>
Tue, 21 Aug 2012 23:15:49 +0000 (16:15 -0700)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Mon, 8 Oct 2012 10:39:49 +0000 (03:39 -0700)
commite5b334cc90c7dc7189489a89f4e5175d75e79a6e
treef520d1e4839b4cbc08345aee6062a22bf4d73a3d
parente4977a47f611b9b548b4eb60548552e240355d28
cciss: fix incorrect scsi status reporting

commit b0cf0b118c90477d1a6811f2cd2307f6a5578362 upstream.

Delete code which sets SCSI status incorrectly as it's already been set
correctly above this incorrect code.  The bug was introduced in 2009 by
commit b0e15f6db111 ("cciss: fix typo that causes scsi status to be
lost.")

Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Reported-by: Roel van Meer <roel.vanmeer@bokxing.nl>
Tested-by: Roel van Meer <roel.vanmeer@bokxing.nl>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/block/cciss_scsi.c