linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] megaraid: use dev_printk() when possible
@ 2015-04-28 23:13 Bjorn Helgaas
  2015-04-28 23:14 ` [PATCH 1/3] megaraid: use dev_printk " Bjorn Helgaas
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Bjorn Helgaas @ 2015-04-28 23:13 UTC (permalink / raw)
  To: Kashyap Desai, Uday Lingala, Sumit Saxena
  Cc: megaraidlinux.pdl, James E.J. Bottomley, linux-kernel, linux-scsi

The current megaraid driver messages are somewhat inconsistent, e.g.,

  megasas: 06.803.01.00-rc1 Mon. Mar. 10 17:00:00 PDT 2014
  megasas: 0x1000:0x005b:0x15d9:0x0690: bus 1:slot 0:func 0
  megasas: FW now in Ready state
  megaraid_sas 0000:01:00.0: enabling device (0000 -> 0002)
  megasas: Waiting for FW to come to ready state
  megasas: FW in FAULT state!!
  megaraid_sas 0000:01:00.0: megasas: FW restarted successfully from megasas_init_fw!
  megasas: Waiting for FW to come to ready state
  megasas: FW in FAULT state!!

These patches use dev_printk() to include the driver name and device
address in the conventional format.

---

Bjorn Helgaas (3):
      megaraid: use dev_printk when possible
      megaraid_sas: use dev_printk when possible
      megaraid_sas: use dev_printk when possible


 drivers/scsi/megaraid.c                     |   92 ++++-----
 drivers/scsi/megaraid/megaraid_sas_base.c   |  281 +++++++++++++--------------
 drivers/scsi/megaraid/megaraid_sas_fusion.c |   96 +++++----
 3 files changed, 230 insertions(+), 239 deletions(-)

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

end of thread, other threads:[~2015-06-01  1:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-28 23:13 [PATCH 0/3] megaraid: use dev_printk() when possible Bjorn Helgaas
2015-04-28 23:14 ` [PATCH 1/3] megaraid: use dev_printk " Bjorn Helgaas
2015-04-29  5:32   ` Sumit Saxena
2015-04-28 23:14 ` [PATCH 2/3] megaraid_sas: " Bjorn Helgaas
2015-04-29  5:39   ` Sumit Saxena
2015-06-01  1:03   ` James Bottomley
2015-04-28 23:14 ` [PATCH 3/3] " Bjorn Helgaas
2015-04-29  5:44   ` Sumit Saxena
2015-05-05 18:30     ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).