From: Muralidharan Karicheri Date: Thu, 18 Mar 2010 14:44:12 +0000 (-0300) Subject: V4L/DVB: V4L - vpfe capture - fix for kernel crash X-Git-Tag: v2.6.34-rc7~10^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a4f0623a4ebe46c743d213db808067553953913;p=pandora-kernel.git 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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed