2000-11-13 23:02:29

by Adam J. Richter

[permalink] [raw]
Subject: smc-ircc.c typo in linux-2.4.0-test11-pre4


linux-2.4.0-test11-pre{3,4}/drivers/net/irda/smc-ircc.c contains
a reference to the undefined symbol smcc_ircc_change_speed. I guess
this should be a reference to ircc_change_speed. Because I am not
positive, I am not sending this message directly to Linus, but I
am cc'ing it to linux-kernel. If I am right or if you have a better
patch, can you please send it to Linus? Thank you.

Adam J. Richter __ ______________ 4880 Stevens Creek Blvd, Suite 104
[email protected] \ / San Jose, California 95129-1034
+1 408 261-6630 | g g d r a s i l United States of America
fax +1 408 261-6631 "Free Software For The Rest Of Us."


--- linux-2.4.0-test11-pre4/drivers/net/irda/smc-ircc.c Mon Nov 13 13:36:50 2000
+++ linux/drivers/net/irda/smc-ircc.c Mon Nov 13 13:58:31 2000
@@ -620,7 +620,7 @@
if ((speed = irda_get_speed(skb)) != self->io.speed) {
/* Check for empty frame */
if (!skb->len) {
- smc_ircc_change_speed(self, speed);
+ ircc_change_speed(self, speed);
return 0;
} else
self->new_speed = speed;