]> www.infradead.org Git - users/jedix/linux-maple.git/commit
[SCSI] hpsa: suppress excessively chatty error messages
authorStephen M. Cameron <scameron@beardog.cce.hp.com>
Tue, 1 May 2012 16:42:25 +0000 (11:42 -0500)
committerJoe Jin <joe.jin@oracle.com>
Fri, 21 Dec 2012 03:14:05 +0000 (11:14 +0800)
commit3ada29bc4cf44b239bed57aa0536e95ebab566b7
treeb3eb060aa94b3814623ff10f5ca61c44f0565f89
parent1f3029e3ac1710c97db06798ef51e9d019c7eb7e
[SCSI] hpsa: suppress excessively chatty error messages

Default behavior for any CHECK CONDITION excepting a few special cases is to
print out certain parts of the sense buffer and the CDB.  Default behavior
should be to print nothing and let the upper layers or applications decide what
to do about these.  The same information is already available by setting the
appropriate bits of the scsi_logging_level kernel parameter or via
/proc/sys/dev/scsi/logging_level.

Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
(cherry picked from commit 21b8e4ef0357041854819d0f97bf1052ab4763e6)

Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/scsi/hpsa.c