[SCSI] mpt2sas: remove extraneous sas_log_info messages
This fix ensures that the IOP_LOGINFO_CODE_TASK_TERMINATED messages do not clutter the sas_log_info messages. Bugzilla 42142 - mpt2sas: Number specified in wrong base https://bugzilla.kernel.org/show_bug.cgi?id=42142 Signed-off-by: Sathisha Nanjappa <sathisha.nanjappa@hp.com> Acked-by: "Nandigama, Nagalakshmi" <Nagalakshmi.Nandigama@lsi.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
011a9008b1
commit
714be35885
|
@ -657,7 +657,7 @@ _base_sas_log_info(struct MPT2SAS_ADAPTER *ioc , u32 log_info)
|
|||
return;
|
||||
|
||||
/* eat the loginfos associated with task aborts */
|
||||
if (ioc->ignore_loginfos && (log_info == 30050000 || log_info ==
|
||||
if (ioc->ignore_loginfos && (log_info == 0x30050000 || log_info ==
|
||||
0x31140000 || log_info == 0x31130000))
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in New Issue