]> git.baikalelectronics.ru Git - kernel.git/commit
usb: hso: no complaint about kmalloc failure
authorOliver Neukum <oneukum@suse.com>
Wed, 5 Aug 2020 12:07:08 +0000 (14:07 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Aug 2020 00:43:39 +0000 (17:43 -0700)
commit18f88fa7426cb220b548d147f44bef8a165d339e
treef0b15c08c9db4002e398152f29d5ca3c2af1a41d
parent982d2b42785d80263cc51d9d24042c55b3d64c7e
usb: hso: no complaint about kmalloc failure

If this fails, kmalloc() will print a report including
a stack trace. There is no need for a separate complaint.

Signed-off-by: Oliver Neukum <oneukum@suse.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/hso.c