net: usb: usbnet: don't print error when allocating urb fails
authorWolfram Sang <wsa-dev@sang-engineering.com>
Thu, 11 Aug 2016 21:05:28 +0000 (23:05 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Aug 2016 21:53:40 +0000 (14:53 -0700)
commitef6cd1301e06e0a5de24938b92c5859d5021ea5d
tree07bd8bcef0956f05993441f2a36798dd977f9729
parentd7c4e84e34813d9d2cbb9ec72fb8cbcbb71340c0
net: usb: usbnet: don't print error when allocating urb fails

kmalloc will print enough information in case of failure.

Signed-off-by: Wolfram Sang <wsa-dev@sang-engineering.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/usbnet.c