Re: [PATCH] Fix typo in CONFIG_USBNET_DEVADDR

2022-10-12 Thread Tom Rini
On Sat, Oct 08, 2022 at 09:50:56AM -0500, nachopitt wrote: > From: Ignacio Zamora > > Fix typo that was causing the same feature to be > splitted into 2 different configuration options > > Replacing CONFIG_USBNET_DEVADDR with CONFIG_USBNET_DEV_ADDR > > Signed-off-by: Ignacio Zamora Applied t

[PATCH] Fix typo in CONFIG_USBNET_DEVADDR

2022-10-08 Thread nachopitt
From: Ignacio Zamora Fix typo that was causing the same feature to be splitted into 2 different configuration options Replacing CONFIG_USBNET_DEVADDR with CONFIG_USBNET_DEV_ADDR Signed-off-by: Ignacio Zamora --- drivers/usb/gadget/Kconfig | 2 +- drivers/usb/gadget/ether.c | 2 +- 2 files cha