aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/s2255drv.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/media/video/s2255drv.c b/drivers/media/video/s2255drv.c
index 1f9a49e054a8..3c7a79f3812a 100644
--- a/drivers/media/video/s2255drv.c
+++ b/drivers/media/video/s2255drv.c
@@ -2528,10 +2528,7 @@ static int s2255_stop_acquire(struct s2255_dev *dev, unsigned long chn)
2528static void s2255_stop_readpipe(struct s2255_dev *dev) 2528static void s2255_stop_readpipe(struct s2255_dev *dev)
2529{ 2529{
2530 struct s2255_pipeinfo *pipe = &dev->pipe; 2530 struct s2255_pipeinfo *pipe = &dev->pipe;
2531 if (dev == NULL) { 2531
2532 s2255_dev_err(&dev->udev->dev, "invalid device\n");
2533 return;
2534 }
2535 pipe->state = 0; 2532 pipe->state = 0;
2536 if (pipe->stream_urb) { 2533 if (pipe->stream_urb) {
2537 /* cancel urb */ 2534 /* cancel urb */