diff options
author | Patrick Boettcher <devnull@localhost> | 2005-04-07 09:11:53 +0000 |
---|---|---|
committer | Patrick Boettcher <devnull@localhost> | 2005-04-07 09:11:53 +0000 |
commit | 17e2a45a96e62f057968e567a647d115b38cb2dd (patch) | |
tree | 54e5d8ef5347e7f43f560e8e8a68da89d06cca59 /linux/drivers/media/dvb/b2c2/skystar2.c | |
parent | c1e47bebb980421daf94250bb87f2aec04731f31 (diff) | |
download | mediapointer-dvb-s2-17e2a45a96e62f057968e567a647d115b38cb2dd.tar.gz mediapointer-dvb-s2-17e2a45a96e62f057968e567a647d115b38cb2dd.tar.bz2 |
whitespace cleanup for the flexcop-driver, no functional change
Diffstat (limited to 'linux/drivers/media/dvb/b2c2/skystar2.c')
-rw-r--r-- | linux/drivers/media/dvb/b2c2/skystar2.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/dvb/b2c2/skystar2.c b/linux/drivers/media/dvb/b2c2/skystar2.c index 0f0b69635..2e025c1c5 100644 --- a/linux/drivers/media/dvb/b2c2/skystar2.c +++ b/linux/drivers/media/dvb/b2c2/skystar2.c @@ -235,7 +235,7 @@ static void fixchipaddr(u32 device, u32 bus, u32 addr, u32 *ret) { if (device == 0x20000000) *ret = bus | ((addr >> 8) & 3); - else + else *ret = bus; } @@ -2329,7 +2329,7 @@ static int nxt2002_request_firmware(struct dvb_frontend* fe, const struct firmwa return request_firmware(fw, name, &adapter->pdev->dev); } - + static struct nxt2002_config samsung_tbmv_config = { .demod_address = 0x0A, @@ -2418,7 +2418,7 @@ static void frontend_init(struct adapter *skystar2) switch(skystar2->pdev->device) { case 0x2103: // Technisat Skystar2 OR Technisat Airstar2 (DVB-T or ATSC) - // Attempt to load the Nextwave nxt2002 for ATSC support + // Attempt to load the Nextwave nxt2002 for ATSC support skystar2->fe = nxt2002_attach(&samsung_tbmv_config, &skystar2->i2c_adap); if (skystar2->fe != NULL) { skystar2->fe_sleep = skystar2->fe->ops->sleep; |