From: Hans Verkuil Date: Fri, 11 Jul 2014 10:01:39 +0000 (-0300) Subject: [media] v4l2-ioctl.c: fix enum_freq_bands handling X-Git-Tag: omap-for-v3.17/fixes-against-rc2~155^2~293 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7f404af8a435b940055a04be19a3304da93a76d;p=pandora-kernel.git [media] v4l2-ioctl.c: fix enum_freq_bands handling If the driver supports enum_freq_bands, but only for certain device nodes, then it may return -ENOTTY. But in that case the code should fall into the fall-back case where the current tuner/modulator range is returned. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed