usb: Convert pr_warning to pr_warn
Use the more common logging mechanism. Miscellanea: o Realign multiline statements o Coalesce format Acked-by: Robert Jarzmik <robert.jarzmik@free.fr> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
This commit is contained in:

committed by
Felipe Balbi

parent
5002c93135
commit
3f5ad8640c
@@ -622,8 +622,8 @@ static void gs_write_complete(struct usb_ep *ep, struct usb_request *req)
|
||||
switch (req->status) {
|
||||
default:
|
||||
/* presumably a transient fault */
|
||||
pr_warning("%s: unexpected %s status %d\n",
|
||||
__func__, ep->name, req->status);
|
||||
pr_warn("%s: unexpected %s status %d\n",
|
||||
__func__, ep->name, req->status);
|
||||
/* FALL THROUGH */
|
||||
case 0:
|
||||
/* normal completion */
|
||||
|
Reference in New Issue
Block a user