All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bug fix for 42142
@ 2012-03-05 20:13 Sathisha Nanjappa
  2012-03-05 20:13 ` [PATCH] Corrected the constant in comparison to a hexadecimal Sathisha Nanjappa
  0 siblings, 1 reply; 3+ messages in thread
From: Sathisha Nanjappa @ 2012-03-05 20:13 UTC (permalink / raw)
  To: linux-scsi; +Cc: Sathisha Nanjappa

Minor change to weed out the intended loginfo messages. 

Sathisha Nanjappa (1):
  Corrected the constant in comparison to a hexadecimal.

 drivers/scsi/mpt2sas/mpt2sas_base.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
1.7.7.6


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH]     Corrected the constant in comparison to a hexadecimal.
  2012-03-05 20:13 [PATCH] bug fix for 42142 Sathisha Nanjappa
@ 2012-03-05 20:13 ` Sathisha Nanjappa
  0 siblings, 0 replies; 3+ messages in thread
From: Sathisha Nanjappa @ 2012-03-05 20:13 UTC (permalink / raw)
  To: linux-scsi; +Cc: Sathisha Nanjappa

    Bug 42142 - mpt2sas: Number specified in wrong base
---
 drivers/scsi/mpt2sas/mpt2sas_base.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/scsi/mpt2sas/mpt2sas_base.c b/drivers/scsi/mpt2sas/mpt2sas_base.c
index 0b2c955..f9a1244 100644
--- a/drivers/scsi/mpt2sas/mpt2sas_base.c
+++ b/drivers/scsi/mpt2sas/mpt2sas_base.c
@@ -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;
 
-- 
1.7.7.6


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] bug fix for 42142
@ 2012-03-13 18:59 Sathisha Nanjappa
  0 siblings, 0 replies; 3+ messages in thread
From: Sathisha Nanjappa @ 2012-03-13 18:59 UTC (permalink / raw)
  To: linux-scsi, linux-kernel; +Cc: Sathisha Nanjappa

Minor change to weed out the intended loginfo messages.

Sathisha Nanjappa (1):
  mpt2sas: Corrected the constant in comparison to a hexadecimal.

 drivers/scsi/mpt2sas/mpt2sas_base.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
1.7.7.6


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-03-13 18:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-05 20:13 [PATCH] bug fix for 42142 Sathisha Nanjappa
2012-03-05 20:13 ` [PATCH] Corrected the constant in comparison to a hexadecimal Sathisha Nanjappa
2012-03-13 18:59 [PATCH] bug fix for 42142 Sathisha Nanjappa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.