diff options
Diffstat (limited to 'drivers/media/video/vpx3220.c')
-rw-r--r-- | drivers/media/video/vpx3220.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/vpx3220.c b/drivers/media/video/vpx3220.c index ca372eb911d..e5cad6ff64a 100644 --- a/drivers/media/video/vpx3220.c +++ b/drivers/media/video/vpx3220.c | |||
@@ -331,7 +331,7 @@ static int vpx3220_status(struct v4l2_subdev *sd, u32 *pstatus, v4l2_std_id *pst | |||
331 | if (pstd) | 331 | if (pstd) |
332 | *pstd = std; | 332 | *pstd = std; |
333 | if (pstatus) | 333 | if (pstatus) |
334 | *pstatus = status; | 334 | *pstatus = res; |
335 | return 0; | 335 | return 0; |
336 | } | 336 | } |
337 | 337 | ||