commit | ba08831b84211e48ae4ce6272eebeade8d41cff4 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Thu Aug 25 10:52:53 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Sep 06 14:46:17 2011 -0300 |
tree | 1e1a3a2ef7c466f70dfa06dd67e77aefedb58551 | |
parent | 23aefb7e0e5e8b3766545af51b88fc3eb07532ba [diff] [blame] |
[media] vpx3220, bt819: fix compiler warnings Same status/res mixup. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
diff --git a/drivers/media/video/vpx3220.c b/drivers/media/video/vpx3220.c index ca372eb..e5cad6f 100644 --- a/drivers/media/video/vpx3220.c +++ b/drivers/media/video/vpx3220.c
@@ -331,7 +331,7 @@ if (pstd) *pstd = std; if (pstatus) - *pstatus = status; + *pstatus = res; return 0; }