Skip to content

Commit

Permalink
V4L/DVB (10808): Fix typo in lnbp21.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Igor M. Liplianin authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 5a23b07 commit 55d5834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/lnbp21.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ static struct dvb_frontend *lnbx2x_attach(struct dvb_frontend *fe,
return fe;
}

struct dvb_frontend *lnbp24_attach(struct dvb_frontend *fe,
struct dvb_frontend *lnbh24_attach(struct dvb_frontend *fe,
struct i2c_adapter *i2c, u8 override_set,
u8 override_clear, u8 i2c_addr)
{
Expand Down

0 comments on commit 55d5834

Please sign in to comment.