OSDN Git Service

scsi: libsas: Drop sas_printk()
authorJohn Garry <john.garry@huawei.com>
Thu, 15 Nov 2018 10:20:30 +0000 (18:20 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 15 Nov 2018 19:37:06 +0000 (14:37 -0500)
commit71a4a9923122091be1167bac9379d5d1cfdb1153
tree209207f0ad11688a42ff080104a0dd4683a9fe75
parentd188e5db9d274db4c183861438f883c1d74b0f16
scsi: libsas: Drop sas_printk()

The printk wrapper sas_printk() adds little value now that libsas logs
already have the "sas" prefix through pr_fmt(fmt), so just use pr_notice()
directly.

In addition, strings which span multiple lines are reunited.

Originally-from: Joe Perches <joe@perches.com>
Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/libsas/sas_expander.c
drivers/scsi/libsas/sas_init.c
drivers/scsi/libsas/sas_internal.h
drivers/scsi/libsas/sas_phy.c