summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/sp8870.c
diff options
context:
space:
mode:
authorJohannes Stezenbach <devnull@localhost>2005-03-02 21:42:00 +0000
committerJohannes Stezenbach <devnull@localhost>2005-03-02 21:42:00 +0000
commit22369c7b769f439e3b351ecc9cd396a40b452db1 (patch)
treed7c330a08914350746300715a74c8fa6dc1fcebf /linux/drivers/media/dvb/frontends/sp8870.c
parentca7fda81614047eda9a192f937edf43dbbb11e88 (diff)
downloadmediapointer-dvb-s2-22369c7b769f439e3b351ecc9cd396a40b452db1.tar.gz
mediapointer-dvb-s2-22369c7b769f439e3b351ecc9cd396a40b452db1.tar.bz2
whitespace cleanup (remove ws at eol, sync with changes in mainline kernel)
Diffstat (limited to 'linux/drivers/media/dvb/frontends/sp8870.c')
-rw-r--r--linux/drivers/media/dvb/frontends/sp8870.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/sp8870.c b/linux/drivers/media/dvb/frontends/sp8870.c
index 72338d461..538cb03ee 100644
--- a/linux/drivers/media/dvb/frontends/sp8870.c
+++ b/linux/drivers/media/dvb/frontends/sp8870.c
@@ -130,7 +130,7 @@ static int sp8870_firmware_upload (struct sp8870_state* state, const struct firm
msg.flags = 0;
msg.buf = tx_buf;
msg.len = tx_len + 2;
- if ((err = i2c_transfer (state->i2c, &msg, 1)) != 1) {
+ if ((err = i2c_transfer (state->i2c, &msg, 1)) != 1) {
printk("%s: firmware upload failed!\n", __FUNCTION__);
printk ("%s: i2c error (err == %i)\n", __FUNCTION__, err);
return err;