diff options
author | Michael Krufky <devnull@localhost> | 2005-09-12 00:41:16 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-09-12 00:41:16 +0000 |
commit | 4f6d94056bf3989577c122b67db23d51b4a725a0 (patch) | |
tree | 12e7e37bbc370370e13303cdef26ffd7cf690ce0 /linux/drivers/media/dvb/frontends | |
parent | fa3668a4d8831cd730d168c00f5b5869cafcfa24 (diff) | |
download | mediapointer-dvb-s2-4f6d94056bf3989577c122b67db23d51b4a725a0.tar.gz mediapointer-dvb-s2-4f6d94056bf3989577c122b67db23d51b4a725a0.tar.bz2 |
strip trailing whitespace
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r-- | linux/drivers/media/dvb/frontends/tda1004x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/tda1004x.c b/linux/drivers/media/dvb/frontends/tda1004x.c index 040c355b9..15bbbce6c 100644 --- a/linux/drivers/media/dvb/frontends/tda1004x.c +++ b/linux/drivers/media/dvb/frontends/tda1004x.c @@ -1136,7 +1136,7 @@ static int tda1004x_sleep(struct dvb_frontend* fe) if (state->config->if_freq != TDA10046_FREQ_052) { /* special hack for Philips EUROPA Based boards: * keep the I2c bridge open for tuner access in analog mode - */ + */ tda1004x_disable_tuner_i2c(state); } } |