The patch number 10808 was added via Igor M. Liplianin <liplia...@netup.ru> to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: Linux Media Mailing List <linux-me...@vger.kernel.org> ------ From: Igor M. Liplianin <liplia...@netup.ru> 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 <liplia...@netup.ru> --- linux/drivers/media/dvb/frontends/lnbp21.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -r e8ebbf5835b8 -r 19f5b50ab3d6 linux/drivers/media/dvb/frontends/lnbp21.c --- a/linux/drivers/media/dvb/frontends/lnbp21.c Tue Mar 03 17:06:09 2009 +0200 +++ b/linux/drivers/media/dvb/frontends/lnbp21.c Wed Mar 04 16:40:31 2009 +0300 @@ -138,7 +138,7 @@ static struct dvb_frontend *lnbx2x_attac 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) { --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/19f5b50ab3d6902671cfd6a4d68666cacd5e1073 _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits