]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
usb-storage: SCSI glue: use dev_err instead of printk
authorMatthias Maennich <maennich@google.com>
Wed, 2 Oct 2019 11:03:12 +0000 (12:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 Oct 2019 11:11:08 +0000 (13:11 +0200)
commit3055c92c7d4024d1fb540d0946e82c97235c8479
treeaf49a3825a24ab0dfc021d057d4772e5032aed27
parent54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c
usb-storage: SCSI glue: use dev_err instead of printk

Follow common practice and retire printk(KERN_ERR ...) in favor of
dev_err().

Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: usb-storage@lists.one-eyed-alien.net
Signed-off-by: Matthias Maennich <maennich@google.com>
Link: https://lore.kernel.org/r/20191002110312.75749-1-maennich@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/storage/scsiglue.c