Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298282
b: refs/heads/master
c: 714be35
h: refs/heads/master
v: v3
  • Loading branch information
Sathisha Nanjappa authored and James Bottomley committed Mar 28, 2012
1 parent 6663e59 commit 58a0112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 011a9008b11604b12e8386fa6ac3433ab3175dc2
refs/heads/master: 714be35885093305b7491cc3eea959bb3e1be6f2
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/mpt2sas/mpt2sas_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 58a0112

Please sign in to comment.