diff options
author | Igor M. Liplianin <liplianin@netup.ru> | 2009-03-04 08:40:31 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:05 -0400 |
commit | 55d5834d370416946fda7781a5a9ed394a465580 (patch) | |
tree | b13e65fd338107e94766d922efac917e03c5d210 | |
parent | 5a23b0762c9095e137ce9a559cc7c37b2f8fd083 (diff) |
V4L/DVB (10808): Fix typo in lnbp21.c
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>
-rw-r--r-- | drivers/media/dvb/frontends/lnbp21.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/lnbp21.c b/drivers/media/dvb/frontends/lnbp21.c index 772a0bbb0dd8..1dcc56f32bff 100644 --- 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, | |||
138 | return fe; | 138 | return fe; |
139 | } | 139 | } |
140 | 140 | ||
141 | struct dvb_frontend *lnbp24_attach(struct dvb_frontend *fe, | 141 | struct dvb_frontend *lnbh24_attach(struct dvb_frontend *fe, |
142 | struct i2c_adapter *i2c, u8 override_set, | 142 | struct i2c_adapter *i2c, u8 override_set, |
143 | u8 override_clear, u8 i2c_addr) | 143 | u8 override_clear, u8 i2c_addr) |
144 | { | 144 | { |