usbnet: Use skb_queue_walk_safe() instead of by-hand implementation.
authorDavid S. Miller <davem@davemloft.net>
Tue, 23 Sep 2008 03:18:47 +0000 (20:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Sep 2008 03:18:47 +0000 (20:18 -0700)
commit83bfba5fca16d040bb78a24148da844db3de6a76
treebd3d836fd53d0f5648991930c5e0b07ec871fd8c
parent953f551756a1275d9bfdbb70697323449305161a
usbnet: Use skb_queue_walk_safe() instead of by-hand implementation.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/usbnet.c