Commit 9266734a authored by Linus Torvalds's avatar Linus Torvalds

Merge bk://gkernel.bkbits.net/net-drivers-2.6

into ppc970.osdl.org:/home/torvalds/v2.6/linux
parents 6db492bc cf9735f0
...@@ -114,6 +114,7 @@ static const int multicast_filter_limit = 32; ...@@ -114,6 +114,7 @@ static const int multicast_filter_limit = 32;
#include <linux/in6.h> #include <linux/in6.h>
#include <asm/checksum.h> #include <asm/checksum.h>
#include <linux/version.h> #include <linux/version.h>
#include <linux/dma-mapping.h>
#include "typhoon.h" #include "typhoon.h"
#include "typhoon-firmware.h" #include "typhoon-firmware.h"
......
...@@ -1195,7 +1195,7 @@ static int x25_place_call(struct cycx_device *card, ...@@ -1195,7 +1195,7 @@ static int x25_place_call(struct cycx_device *card,
remotelen = strlen(chan->addr); remotelen = strlen(chan->addr);
u8 key; u8 key;
if (card->u.x.connection_keys == ~0UL) { if (card->u.x.connection_keys == ~0U) {
printk(KERN_INFO "%s: too many simultaneous connection " printk(KERN_INFO "%s: too many simultaneous connection "
"requests!\n", card->devname); "requests!\n", card->devname);
return -EAGAIN; return -EAGAIN;
......
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