From: Stephen M. Cameron Date: Tue, 1 May 2012 16:42:25 +0000 (-0500) Subject: [SCSI] hpsa: suppress excessively chatty error messages X-Git-Tag: v3.5-rc1~172^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21b8e4ef0357041854819d0f97bf1052ab4763e6;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed