From: Dan Carpenter Date: Fri, 17 Feb 2012 05:43:27 +0000 (-0300) Subject: [media] s2255drv: cleanup vidioc_enum_fmt_cap() X-Git-Tag: v3.4-rc1~110^2^2~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c61ac635535bbabf4f374df171372d012b0e822;p=pandora-kernel.git [media] s2255drv: cleanup vidioc_enum_fmt_cap() "f" wasn't checked consistently, so static checkers complain. This function is always called with a valid "f" pointer, so I have removed the check. Also the indenting was messed up. Signed-off-by: Dan Carpenter Signed-off-by: Dean Anderson Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed