diff options
Diffstat (limited to 'drivers/media/usb/pwc/pwc-if.c')
-rw-r--r-- | drivers/media/usb/pwc/pwc-if.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/usb/pwc/pwc-if.c b/drivers/media/usb/pwc/pwc-if.c index eb6921d2743e..54b036d39c5b 100644 --- a/drivers/media/usb/pwc/pwc-if.c +++ b/drivers/media/usb/pwc/pwc-if.c | |||
@@ -262,7 +262,8 @@ static void pwc_isoc_handler(struct urb *urb) | |||
262 | 262 | ||
263 | if (urb->status == -ENOENT || urb->status == -ECONNRESET || | 263 | if (urb->status == -ENOENT || urb->status == -ECONNRESET || |
264 | urb->status == -ESHUTDOWN) { | 264 | urb->status == -ESHUTDOWN) { |
265 | PWC_DEBUG_OPEN("URB (%p) unlinked %ssynchronuously.\n", urb, urb->status == -ENOENT ? "" : "a"); | 265 | PWC_DEBUG_OPEN("URB (%p) unlinked %ssynchronously.\n", |
266 | urb, urb->status == -ENOENT ? "" : "a"); | ||
266 | return; | 267 | return; |
267 | } | 268 | } |
268 | 269 | ||