projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3287286
)
scsi: tcmu: Don't pass KERN_ERR to pr_err
author
Mike Christie
<mchristi@redhat.com>
Tue, 26 Jun 2018 16:47:20 +0000
(11:47 -0500)
committer
Martin K. Petersen
<martin.petersen@oracle.com>
Tue, 26 Jun 2018 16:55:08 +0000
(12:55 -0400)
Fix warning:
smatch warnings:
drivers/target/target_core_user.c:301 tcmu_genl_cmd_done() warn: KERN_*
level not at start of string
Signed-off-by: Mike Christie <mchristi@redhat.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/target/target_core_user.c
patch
|
blob
|
history
diff --git
a/drivers/target/target_core_user.c
b/drivers/target/target_core_user.c
index 95559811d6cc2d85ebd2b89c3374972dff90c922..847707a700cf5d95986178f8746e19a1995584b4 100644
(file)
--- a/
drivers/target/target_core_user.c
+++ b/
drivers/target/target_core_user.c
@@
-383,7
+383,7
@@
static int tcmu_genl_cmd_done(struct genl_info *info, int completed_cmd)
}
if (!udev) {
- pr_err(
KERN_ERR
"tcmu nl cmd %u/%d completion could not find device with dev id %u.\n",
+ pr_err("tcmu nl cmd %u/%d completion could not find device with dev id %u.\n",
completed_cmd, rc, dev_id);
ret = -ENODEV;
goto unlock;