projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a23b07
)
V4L/DVB (10808): Fix typo in lnbp21.c
author
Igor M. Liplianin
<liplianin@netup.ru>
Wed, 4 Mar 2009 13:40:31 +0000
(10:40 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 30 Mar 2009 15:43:05 +0000
(12:43 -0300)
It was a typo in the function
name, it should be lnbh24_attach, and not lnbp24_attach.
Signed-off-by: Igor M. Liplianin <liplianin@netup.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/lnbp21.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/frontends/lnbp21.c
b/drivers/media/dvb/frontends/lnbp21.c
index 772a0bbb0dd83f42aafb5492c8a6eb7a2edac231..1dcc56f32bff71e92a1c1b94e9ef2463bbe4b725 100644
(file)
--- a/
drivers/media/dvb/frontends/lnbp21.c
+++ b/
drivers/media/dvb/frontends/lnbp21.c
@@
-138,7
+138,7
@@
static struct dvb_frontend *lnbx2x_attach(struct dvb_frontend *fe,
return fe;
}
-struct dvb_frontend *lnb
p
24_attach(struct dvb_frontend *fe,
+struct dvb_frontend *lnb
h
24_attach(struct dvb_frontend *fe,
struct i2c_adapter *i2c, u8 override_set,
u8 override_clear, u8 i2c_addr)
{