A debug printk statement was copied incorrectly into the new
csi1 parser code and causes a warning there:
drivers/media/platform/omap3isp/isp.c: In function 'isp_probe':
include/linux/dynamic_debug.h:134:3: error: 'i' may be used uninitialized in this function [-Werror=maybe-uninitialized]
Since there is only one lane, the index is never set. This
changes the debug print to always print a zero instead,
keeping the original format of the message.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| 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.h | ||
| isph3a_aewb.c | ||
| isph3a_af.c | ||
| isphist.c | ||
| isphist.h | ||
| isppreview.c | ||
| isppreview.h | ||
| ispreg.h | ||
| ispresizer.c | ||
| ispresizer.h | ||
| ispstat.c | ||
| ispstat.h | ||
| ispvideo.c | ||
| ispvideo.h | ||
| luma_enhance_table.h | ||
| noise_filter_table.h | ||
| omap3isp.h | ||