linux/drivers/usb/gadget/udc/bdc
Tang Bin a73abc28ce usb: bdc: remove duplicated error message
in case devm_platform_ioremap_resource() fails, that function already
prints a relevant error message which renders the driver's dev_err()
redundant. Let's remove the unnecessary message and, while at that,
also make sure to pass along the error value returned by
devm_platform_ioremap_resource() instead of always returning -ENOMEM.

Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>

[balbi@kernel.org : improved commit log]

Signed-off-by: Felipe Balbi <balbi@kernel.org>
2020-10-02 09:57:46 +03:00
..
bdc.h usb: bdc: driver runs out of buffer descriptors on large ADB transfers 2020-07-24 16:45:14 +03:00
bdc_cmd.c usb: gadget: fix various indentation issues 2019-02-07 13:14:51 +02:00
bdc_cmd.h
bdc_core.c usb: bdc: remove duplicated error message 2020-10-02 09:57:46 +03:00
bdc_dbg.c
bdc_dbg.h
bdc_ep.c bdc: Fix bug causing crash after multiple disconnects 2020-07-24 16:45:14 +03:00
bdc_ep.h
bdc_pci.c
bdc_udc.c USB: gadget: udc: clean up an indentation issue 2019-10-04 14:09:42 +02:00
Kconfig USB: add missing SPDX lines to Kconfig and Makefiles 2019-01-22 09:08:17 +01:00
Makefile