Typo in lnbp21.c / changeset: 10800:ba740eb2348e

Message ID 200903041111.15083.zzam@gentoo.org (mailing list archive)
State Superseded, archived
Headers

Commit Message

Matthias Schwarzott March 4, 2009, 10:11 a.m. UTC
  Hi there!

lnbp21 does show strange messages at depmod.

WARNING: Loop detected: /lib/modules/2.6.28-tuxonice-r1/v4l/lnbp21.ko which 
needs lnbp21.ko again!
WARNING: Module /lib/modules/2.6.28-tuxonice-r1/v4l/lnbp21.ko ignored, due to 
loop

So I had a look at latest change and noticed there was a typo in the function 
name, it should be lnbh24_attach, and not lnbp24_attach I guess.
The attached patch fixes this.

Regards
Matthias
  

Patch

diff -r 8ebe62795b47 linux/drivers/media/dvb/frontends/lnbp21.c
--- a/linux/drivers/media/dvb/frontends/lnbp21.c	Tue Mar 03 23:05:45 2009 -0300
+++ b/linux/drivers/media/dvb/frontends/lnbp21.c	Wed Mar 04 10:34:57 2009 +0100
@@ -138,7 +138,7 @@ 
 	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)
 {