USB: Add missing "space" to printk messages
Signed-off-by: Joe Perches <joe@perches.com> Acked-by: David Brownell <david-b@pacbell.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
8c73aff6d3
commit
fec8de3aad
@ -1244,7 +1244,7 @@ udc_queue(struct usb_ep *usbep, struct usb_request *usbreq, gfp_t gfp)
|
||||
/* stop OUT naking */
|
||||
if (!ep->in) {
|
||||
if (!use_dma && udc_rxfifo_pending) {
|
||||
DBG(dev, "udc_queue(): pending bytes in"
|
||||
DBG(dev, "udc_queue(): pending bytes in "
|
||||
"rxfifo after nyet\n");
|
||||
/*
|
||||
* read pending bytes afer nyet:
|
||||
|
Reference in New Issue
Block a user