Commit a73597cd 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 a6ff5cda 6995b568
...@@ -1681,7 +1681,7 @@ config VIA_RHINE ...@@ -1681,7 +1681,7 @@ config VIA_RHINE
(e.g. VT8235). (e.g. VT8235).
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called via-velocity. will be called via-rhine.
config VIA_RHINE_MMIO config VIA_RHINE_MMIO
bool "Use MMIO instead of PIO" bool "Use MMIO instead of PIO"
......
...@@ -549,8 +549,6 @@ static int hdlcdrv_close(struct net_device *dev) ...@@ -549,8 +549,6 @@ static int hdlcdrv_close(struct net_device *dev)
netif_stop_queue(dev); netif_stop_queue(dev);
netif_stop_queue(dev);
if (s->ops && s->ops->close) if (s->ops && s->ops->close)
i = s->ops->close(dev); i = s->ops->close(dev);
if (s->skb) if (s->skb)
......
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