From 6c21dc5e62ec2fa136f826fd95d145a4ec7b7f17 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 14 Jul 2007 22:08:20 +0000 Subject: Remove a change that wasn't supposed to stick around. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13897 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/tuner/lv24020lp.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'firmware') diff --git a/firmware/drivers/tuner/lv24020lp.c b/firmware/drivers/tuner/lv24020lp.c index 79d38443f2..b28b0ede3f 100644 --- a/firmware/drivers/tuner/lv24020lp.c +++ b/firmware/drivers/tuner/lv24020lp.c @@ -479,7 +479,7 @@ static int tuner_measure(unsigned char type, int scale, int duration) } /* set the FM oscillator frequency */ -static bool set_frequency(int freq) +static void set_frequency(int freq) { int coef, cap_value, osc_value; int f1, f2, x1, x2; @@ -588,8 +588,6 @@ static bool set_frequency(int freq) TUNER_LOG("\n"); TUNER_LOG_SYNC(); - - return true; } static void fine_step_tune(int (*setcmp)(int regval), int regval, int step) -- cgit v1.2.3