diff options
Diffstat (limited to 'drivers/media/video/zr364xx.c')
-rw-r--r-- | drivers/media/video/zr364xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/zr364xx.c b/drivers/media/video/zr364xx.c index a82b5bd18d26..616c61fb3493 100644 --- a/drivers/media/video/zr364xx.c +++ b/drivers/media/video/zr364xx.c | |||
@@ -572,7 +572,7 @@ static int zr364xx_got_frame(struct zr364xx_camera *cam, int jpgsize) | |||
572 | DBG("wakeup [buf/i] [%p/%d]\n", buf, buf->vb.i); | 572 | DBG("wakeup [buf/i] [%p/%d]\n", buf, buf->vb.i); |
573 | unlock: | 573 | unlock: |
574 | spin_unlock_irqrestore(&cam->slock, flags); | 574 | spin_unlock_irqrestore(&cam->slock, flags); |
575 | return 0; | 575 | return rc; |
576 | } | 576 | } |
577 | 577 | ||
578 | /* this function moves the usb stream read pipe data | 578 | /* this function moves the usb stream read pipe data |