projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6767ace
)
scsi: mpt3sas: remove a stray KERN_INFO
author
Dan Carpenter
<
[email protected]
>
Wed, 8 Nov 2017 08:38:20 +0000
(11:38 +0300)
committer
Martin K. Petersen
<
[email protected]
>
Wed, 8 Nov 2017 23:17:30 +0000
(18:17 -0500)
pr_info() has a KERN_INFO already so the second KERN_INFO isn't needed.
Signed-off-by: Dan Carpenter <
[email protected]
>
Acked-by: Sathya Prakash Veerichetty <
[email protected]
>
Signed-off-by: Martin K. Petersen <
[email protected]
>
drivers/scsi/mpt3sas/mpt3sas_scsih.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/mpt3sas/mpt3sas_scsih.c
b/drivers/scsi/mpt3sas/mpt3sas_scsih.c
index 18d1804c674f05a2dc6188792f426cf29d354554..362f406a285ef9ee3fc4ccb72ad8914ec54f3b53 100644
(file)
--- a/
drivers/scsi/mpt3sas/mpt3sas_scsih.c
+++ b/
drivers/scsi/mpt3sas/mpt3sas_scsih.c
@@
-8684,7
+8684,7
@@
_scsih_mark_responding_pcie_device(struct MPT3SAS_ADAPTER *ioc,
if (pcie_device->handle == pcie_device_pg0->DevHandle)
goto out;
- pr_info(
KERN_INFO
"\thandle changed from(0x%04x)!!!\n",
+ pr_info("\thandle changed from(0x%04x)!!!\n",
pcie_device->handle);
pcie_device->handle = pcie_device_pg0->DevHandle;
if (sas_target_priv_data)