diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2005-12-12 00:37:28 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-12-12 08:57:44 -0800 |
commit | 674434c691e10015660022fc00b04985a23ef87b (patch) | |
tree | d4768ec66f479902791e0704512aa8d85261073f /drivers/media/video/saa6588.c | |
parent | afd1a0c9ac281eed3b22b293ccd92af7b0d60889 (diff) | |
download | op-kernel-dev-674434c691e10015660022fc00b04985a23ef87b.zip op-kernel-dev-674434c691e10015660022fc00b04985a23ef87b.tar.gz |
[PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 4
Clean up whitespaces at v4l/dvb files
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/saa6588.c')
-rw-r--r-- | drivers/media/video/saa6588.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/saa6588.c b/drivers/media/video/saa6588.c index dca3ddf..9233225 100644 --- a/drivers/media/video/saa6588.c +++ b/drivers/media/video/saa6588.c @@ -422,7 +422,6 @@ static int saa6588_attach(struct i2c_adapter *adap, int addr, int kind) s->timer.function = saa6588_timer; s->timer.data = (unsigned long)s; schedule_work(&s->work); - return 0; } |