]> git.baikalelectronics.ru Git - kernel.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)
committerJames Bottomley <JBottomley@Parallels.com>
Thu, 10 May 2012 08:10:23 +0000 (09:10 +0100)
commitbff3fca3895f02b9e1102a151330b4c94244712a
tree1da23aef785a09a6f502dcc4af3b2186ffbbe863
parent9dfb2f7cabfae08c1f30e87b99dd6c2d0b0a817c
[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>
drivers/scsi/hpsa.c