]> www.infradead.org Git - users/jedix/linux-maple.git/commit
[SCSI] hpsa: change confusing message to be more clear
authorMike Miller <mike.miller@hp.com>
Thu, 13 Oct 2011 16:44:06 +0000 (11:44 -0500)
committerJoe Jin <joe.jin@oracle.com>
Fri, 21 Dec 2012 03:19:45 +0000 (11:19 +0800)
commit5e088f9fea6eed5e1f3b6fe26b1eb3e6c5c9e715
treec69650205eb41060d8c83b0da47dd770cbc0741e
parent7608a1e6b23165a52853d3584ce6bd3eb2e78824
[SCSI] hpsa: change confusing message to be more clear

The following warning message may be confusing to some users:

dev_warn(&pdev->dev, "Controller claims that "
"'Bit 2 doorbell reset' is "
"supported, but not 'bit 5 doorbell reset'.  "
"Firmware update is recommended.\n");

Most users don't know or care what bit we may be hitting. Also change
"recommended" to "required."

Signed-off-by: Mike Miller <mike.miller@hp.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
(cherry picked from commit fba63097b8614a4a158226c02eec0318f41cd24f)

Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/scsi/hpsa.c