From: Michael Krufky Date: Tue, 22 Apr 2008 17:45:56 +0000 (-0300) Subject: V4L/DVB (7360): tuner-simple: fix return value of simple_dvb_configure X-Git-Tag: v2.6.26-rc1~1084^2~312 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2a7f84b7908c6dba998b43a1ed343aff1d2fd98;p=pandora-kernel.git V4L/DVB (7360): tuner-simple: fix return value of simple_dvb_configure simple_dvb_configure returns the actual tuned frequency to its caller, so it must be declared as a u32 rather than an int. As a result, we will return 0 to indicate a failure. Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed