diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-12-17 04:52:48 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-12-27 18:21:49 -0200 |
commit | e19bc863f1f45223a85935f070177eda6b422f8f (patch) | |
tree | 69dc28978a6fa7c779e136b03f40531bb2c59b3a /drivers/pcmcia/omap_cf.c | |
parent | 36a495a336c3fbbb2f4eeed2a94ab6d5be19d186 (diff) |
[media] omap3isp: ispqueue: Fix uninitialized variable compiler warnings
drivers/media/platform/omap3isp/ispqueue.c:399:18: warning: 'pa' may be
used uninitialized in this function [-Wuninitialized]
This is a false positive but the compiler has no way to know about it,
so initialize the variable to 0.
drivers/media/platform/omap3isp/ispqueue.c:445:6: warning:
'vm_page_prot' may be used uninitialized in this function
[-Wuninitialized]
This is a false positive and the compiler should know better. Use
uninitialized_var().
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/pcmcia/omap_cf.c')
0 files changed, 0 insertions, 0 deletions