Re: [PATCH 1/2] firmware: add nowarn variant of request_firmware_nowait()

2018-11-11 Thread Greg Kroah-Hartman
On Mon, Nov 05, 2018 at 06:02:31PM +0100, Lucas Stach wrote: > Device drivers with optional firmware may still want to use the > asynchronous firmware loading interface. To avoid printing a > warning into the kernel log when the optional firmware is > absent, add a nowarn variant of this

Re: [PATCH 1/2] firmware: add nowarn variant of request_firmware_nowait()

2018-11-11 Thread Greg Kroah-Hartman
On Mon, Nov 05, 2018 at 06:02:31PM +0100, Lucas Stach wrote: > Device drivers with optional firmware may still want to use the > asynchronous firmware loading interface. To avoid printing a > warning into the kernel log when the optional firmware is > absent, add a nowarn variant of this

Re: [PATCH 1/2] firmware: add nowarn variant of request_firmware_nowait()

2018-11-06 Thread kbuild test robot
Hi Lucas, I love your patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v4.20-rc1 next-20181106] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 1/2] firmware: add nowarn variant of request_firmware_nowait()

2018-11-06 Thread kbuild test robot
Hi Lucas, I love your patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v4.20-rc1 next-20181106] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 1/2] firmware: add nowarn variant of request_firmware_nowait()

2018-11-05 Thread Randy Dunlap
Hi, typo below: On 11/5/18 9:02 AM, Lucas Stach wrote: > Device drivers with optional firmware may still want to use the > asynchronous firmware loading interface. To avoid printing a > warning into the kernel log when the optional firmware is > absent, add a nowarn variant of this interface. >

Re: [PATCH 1/2] firmware: add nowarn variant of request_firmware_nowait()

2018-11-05 Thread Randy Dunlap
Hi, typo below: On 11/5/18 9:02 AM, Lucas Stach wrote: > Device drivers with optional firmware may still want to use the > asynchronous firmware loading interface. To avoid printing a > warning into the kernel log when the optional firmware is > absent, add a nowarn variant of this interface. >

[PATCH 1/2] firmware: add nowarn variant of request_firmware_nowait()

2018-11-05 Thread Lucas Stach
Device drivers with optional firmware may still want to use the asynchronous firmware loading interface. To avoid printing a warning into the kernel log when the optional firmware is absent, add a nowarn variant of this interface. Signed-off-by: Lucas Stach ---

[PATCH 1/2] firmware: add nowarn variant of request_firmware_nowait()

2018-11-05 Thread Lucas Stach
Device drivers with optional firmware may still want to use the asynchronous firmware loading interface. To avoid printing a warning into the kernel log when the optional firmware is absent, add a nowarn variant of this interface. Signed-off-by: Lucas Stach ---