Re: [PATCH v2] usb-storage: SCSI glue: use pr_fmt and pr_err

2019-09-18 Thread Alan Stern
On Wed, 18 Sep 2019, Matthias Maennich wrote: > Follow common practice and retire printk(KERN_ERR ...) in favor of > pr_fmt and dev_err(). > > Cc: Alan Stern > Cc: Greg Kroah-Hartman > Cc: usb-stor...@lists.one-eyed-alien.net > Signed-off-by: Matthias Maennich > --- >

[PATCH v2] usb-storage: SCSI glue: use pr_fmt and pr_err

2019-09-18 Thread Matthias Maennich
Follow common practice and retire printk(KERN_ERR ...) in favor of pr_fmt and dev_err(). Cc: Alan Stern Cc: Greg Kroah-Hartman Cc: usb-stor...@lists.one-eyed-alien.net Signed-off-by: Matthias Maennich --- drivers/usb/storage/scsiglue.c | 6 -- 1 file changed, 4 insertions(+), 2