forked from Minki/linux
e19bc863f1
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> |
||
---|---|---|
.. | ||
cfa_coef_table.h | ||
gamma_table.h | ||
isp.c | ||
isp.h | ||
ispccdc.c | ||
ispccdc.h | ||
ispccp2.c | ||
ispccp2.h | ||
ispcsi2.c | ||
ispcsi2.h | ||
ispcsiphy.c | ||
ispcsiphy.h | ||
isph3a_aewb.c | ||
isph3a_af.c | ||
isph3a.h | ||
isphist.c | ||
isphist.h | ||
isppreview.c | ||
isppreview.h | ||
ispqueue.c | ||
ispqueue.h | ||
ispreg.h | ||
ispresizer.c | ||
ispresizer.h | ||
ispstat.c | ||
ispstat.h | ||
ispvideo.c | ||
ispvideo.h | ||
luma_enhance_table.h | ||
Makefile | ||
noise_filter_table.h |