diff options
| author | John Garry <[email protected]> | 2018-11-15 10:20:29 +0000 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2018-11-15 19:37:05 +0000 |
| commit | d188e5db9d274db4c183861438f883c1d74b0f16 (patch) | |
| tree | 06b8a272f83473a3b1d15393cd186537d12cc7e7 /drivers/scsi/libsas/sas_task.c | |
| parent | scsi: libsas: Delete sas_dump.{c, h} (diff) | |
| download | kernel-d188e5db9d274db4c183861438f883c1d74b0f16.tar.gz kernel-d188e5db9d274db4c183861438f883c1d74b0f16.zip | |
scsi: libsas: Use pr_fmt(fmt)
In preparation for dropping the libsas printk wrappers, use pr_fmt(fmt)
declaration to add the framework log prefix - "sas".
Suggested-by: Joe Perches <[email protected]>
Signed-off-by: John Garry <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'drivers/scsi/libsas/sas_task.c')
| -rw-r--r-- | drivers/scsi/libsas/sas_task.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/libsas/sas_task.c b/drivers/scsi/libsas/sas_task.c index a78e5bd3e514..d305c8f90ee9 100644 --- a/drivers/scsi/libsas/sas_task.c +++ b/drivers/scsi/libsas/sas_task.c @@ -1,3 +1,6 @@ + +#include "sas_internal.h" + #include <linux/kernel.h> #include <linux/export.h> #include <scsi/sas.h> |
