summaryrefslogtreecommitdiff
path: root/linux/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers')
-rw-r--r--linux/drivers/media/dvb/frontends/sp887x.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/sp887x.c b/linux/drivers/media/dvb/frontends/sp887x.c
index b25c3ff2f..e38caab15 100644
--- a/linux/drivers/media/dvb/frontends/sp887x.c
+++ b/linux/drivers/media/dvb/frontends/sp887x.c
@@ -197,6 +197,7 @@ int sp887x_initial_setup (struct dvb_frontend *fe)
int fd;
int filesize;
int fw_size;
+ mm_segment_t fs;
dprintk("%s\n", __FUNCTION__);
@@ -205,7 +206,7 @@ int sp887x_initial_setup (struct dvb_frontend *fe)
sp887x_microcontroller_stop (fe);
- mm_segment_t fs = get_fs();
+ fs = get_fs();
// Load the firmware
set_fs(get_ds());