usb-misc: sisusbvga: Remove memory allocation logs
authorPeter Senna Tschudin <peter.senna@collabora.com>
Fri, 15 Jan 2016 17:41:33 +0000 (18:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Jan 2016 05:04:54 +0000 (21:04 -0800)
commitf40849b86862c00f24db10bc11fe2e972c029ec4
tree4ab1faf91181f6139ae2ab8d2ecf6fa0b8f3d59c
parent8a102fd6c99a26a0aa74e3d4bed4092b3c791361
usb-misc: sisusbvga: Remove memory allocation logs

This patch remove three calls to dev_err() from sisusb_probe() as
reporting memory allocation failures is redundant:

 - Remove a call to dev_err() that was reporting unsuccesful call to
   kzalloc().

 - Remove two calls to dev_err() that were reporting unsuccesful calls
   to kmalloc().

One call to dev_err() reporting memory allocation is left unchanged as
the last patch of the series removes it.

Signed-off-by: Peter Senna Tschudin <peter.senna@collabora.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/sisusbvga/sisusb.c