usb: dwc3: remove a possible unnecessary 'out of memory' message
authorKushagra Verma <kushagra765@outlook.com>
Mon, 2 May 2022 09:07:14 +0000 (14:37 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 May 2022 19:57:32 +0000 (21:57 +0200)
commit4ea150889ad70dfae540e761c485b28bd1009486
tree71350fe08e947d703feea7f0194712622ce50c79
parent7fd069d65da2e20b1caec3b7bcf9dfbe28c04bb2
usb: dwc3: remove a possible unnecessary 'out of memory' message

This patch removes a possible unnecessary out of memory message from
core.c as reported by checkpatch.pl:
   WARNING: Possible unnecessary 'out of memory' message

Signed-off-by: Kushagra Verma <kushagra765@outlook.com>
Link: https://lore.kernel.org/r/SI2PR01MB392926A7AFB821410770D7CFF8C19@SI2PR01MB3929.apcprd01.prod.exchangelabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc3/core.c