Commit dc79bfba authored by David S. Miller's avatar David S. Miller

[NET]: Typo in iph5527.c driver changes.

parent d965ce81
......@@ -4511,6 +4511,8 @@ int init_module(void)
while(fc[i] != NULL) {
struct net_device *dev = alloc_fcdev(0);
int err;
if (!dev) {
printk("iph5526.c: init_fcdev failed for card #%d\n", i+1);
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment