USB: core: drop OOM message
authorJohan Hovold <johan@kernel.org>
Tue, 8 Oct 2019 09:02:40 +0000 (11:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2019 10:34:07 +0000 (12:34 +0200)
commitdd2057e544dc92addd581a450742b8179e44e949
tree121c87935d36f859e18b6d7aa9dd06e4a651c44b
parent5a9a8a4c505851cfb1fe5772851fb528476575bb
USB: core: drop OOM message

Drop redundant OOM message on allocation failures which would already
have been logged by the allocator. This also allows us to clean up the
error paths somewhat.

Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://lore.kernel.org/r/20191008090240.30376-1-johan@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/config.c