git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7408187
)
V4L/DVB (3344b): don't ignore return from i2c_add_driver() for tuner-3036
author
Arthur Othieno
<a.othieno@bluewin.ch>
Wed, 11 Jan 2006 21:41:04 +0000
(19:41 -0200)
committer
Mauro Carvalho Chehab
<mchehab@brturbo.com.br>
Wed, 11 Jan 2006 21:41:04 +0000
(19:41 -0200)
The call to i2c_add_driver() may actually fail, but tuner-3036 ignores
this and always returns 0, regardless.
Fix it up so it returns what i2c_add_driver() does, instead.
Signed-off-by: Arthur Othieno <a.othieno@bluewin.ch>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
No differences found