diff options
author | Steven Toth <stoth@hauppauge.com> | 2007-12-27 18:33:30 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 22:04:26 +0100 |
commit | 71bc9bd96b342cd29bbeaa4c83b8d37759ff22d7 (patch) | |
tree | 9ae75173ca7f2c8ba4356a4835e39c62010bca7d | |
parent | V4L/DVB (6928): tda18271: break calculation functions out of tda18271_tune (diff) | |
download | linux-71bc9bd96b342cd29bbeaa4c83b8d37759ff22d7.tar.xz linux-71bc9bd96b342cd29bbeaa4c83b8d37759ff22d7.zip |
V4L/DVB (6930): xc5000: Removed erroneous defines
Basic cleanup.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | drivers/media/dvb/frontends/xc5000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/xc5000.c b/drivers/media/dvb/frontends/xc5000.c index 106004e12459..a036530ee4b4 100644 --- a/drivers/media/dvb/frontends/xc5000.c +++ b/drivers/media/dvb/frontends/xc5000.c @@ -39,7 +39,7 @@ MODULE_PARM_DESC(debug, "Turn on/off debugging (default:off)."); printk(KERN_INFO "%s: " fmt, "xc5000", ## arg) #define XC5000_DEFAULT_FIRMWARE "dvb-fe-xc5000-1.1.fw" -#define XC5000_DEFAULT_FIRMWARE_SIZE 12400 +#define XC5000_DEFAULT_FIRMWARE_SIZE 12332 /* Misc Defines */ #define MAX_TV_STANDARD 23 |