Commit ae2e9fea authored by François Romieu's avatar François Romieu Committed by Linus Torvalds

[PATCH] 2.5.21 - hdlc drivers fixes

- (compilation fix) plain old typo in struct member naming.
parent 0d9124dc
......@@ -4348,9 +4348,9 @@ int process_ARP(arphdr_1490_t *ArpPacket, sdla_t *card, netdevice_t* dev)
card->devname,NIPQUAD(arphdr->ar_sip));
printk(KERN_INFO "%s: mask %u.%u.%u.%u\n",
card->devname, NIPQUAD(in_dev->ida_list->ifa_mask));
card->devname, NIPQUAD(in_dev->ifa_list->ifa_mask));
printk(KERN_INFO "%s: local %u.%u.%u.%u\n",
card->devname,NIPQUAD(in_dev->ida_list->ifa_local));
card->devname,NIPQUAD(in_dev->ifa_list->ifa_local));
return -1;
}
......
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