Skip to content

Commit 168678d

Browse files
committed
dm mpath: use DMINFO instead of printk with KERN_INFO
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
1 parent 385411f commit 168678d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

drivers/md/dm-mpath.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -899,8 +899,7 @@ static int setup_scsi_dh(struct block_device *bdev, struct multipath *m,
899899
if (m->hw_handler_name) {
900900
r = scsi_dh_attach(q, m->hw_handler_name);
901901
if (r == -EBUSY) {
902-
printk(KERN_INFO "dm-mpath: retaining handler on device %pg\n",
903-
bdev);
902+
DMINFO("retaining handler on device %pg", bdev);
904903
goto retain;
905904
}
906905
if (r < 0) {

0 commit comments

Comments
 (0)