Ruan Jinjie 3024faf74d usb: gadget: udc: Remove unnecessary NULL values
The NULL initialization of the pointers assigned by kzalloc() first is
not necessary, because if the kzalloc() failed, the pointers will be
assigned NULL, otherwise it works as usual. so remove it.

Signed-off-by: Ruan Jinjie <ruanjinjie@huawei.com>
Link: https://lore.kernel.org/r/20230804093253.91647-2-ruanjinjie@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-08-04 14:48:24 +02:00
..
2023-07-31 09:36:55 +02:00
2023-07-31 09:36:55 +02:00
2023-07-31 09:36:55 +02:00
2023-08-04 14:45:58 +02:00
2023-03-21 14:06:11 +01:00