Home
last modified time | relevance | path

Searched hist:"6 f7fb48d2478091e5d7a49d331c230715c4dc65e" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/gadget/
H A Dconfigfs.cdiff 6f7fb48d2478091e5d7a49d331c230715c4dc65e Fri Jan 20 19:24:34 CET 2023 Andy Shevchenko <andriy.shevchenko@linux.intel.com> usb: gadget: Move kstrtox() out of lock

The kstrtox() calls operate on local (to the function) variables and do
not need to be serialized. We may call them out of the lock.

Reviewed-by: John Keeping <john@metanate.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20230120182434.24245-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>