V4L/DVB: V4L - vpfe capture - fix for kernel crash
authorMuralidharan Karicheri <m-karicheri2@ti.com>
Thu, 18 Mar 2010 14:44:12 +0000 (11:44 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 6 May 2010 22:19:05 +0000 (19:19 -0300)
commit6a4f0623a4ebe46c743d213db808067553953913
tree5d8d1e2ef9ef873274f533d6cda5704d8d6022b2
parentf8f73d01a31488ec8e923b2148043579d43d0378
V4L/DVB: V4L - vpfe capture - fix for kernel crash

As part of upstream merge, set_params() function was removed from isif.c.
This requires removal of BUG_ON() and check for set_params ptr in
vpfe_capture.c. Without this kernel crash dump is seen while bootup on DM365

Also made following changes:-

 1) converted error messages to debug messages since it is not right to flood
    the console with error messages for user mistakes.
 2) returns -EINVAL if ioctl is not supported

Signed-off-by: Muralidharan Karicheri <m-karicheri2@ti.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/davinci/vpfe_capture.c