Re: [PATCH] platform/chrome: null check create_singlethread_workqueue

2019-09-19 Thread Enric Balletbo i Serra
Hi, On 11/9/19 22:10, Navid Emamdoost wrote: > In cros_usbpd_logger_probe the return value of > create_singlethread_workqueue may be null, it should be checked. > > Signed-off-by: Navid Emamdoost > --- Applied for 5.4, the patch went to linux-next some time ago, so sorry for late notice.

[PATCH] platform/chrome: null check create_singlethread_workqueue

2019-09-11 Thread Navid Emamdoost
In cros_usbpd_logger_probe the return value of create_singlethread_workqueue may be null, it should be checked. Signed-off-by: Navid Emamdoost --- drivers/platform/chrome/cros_usbpd_logger.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/platform/chrome/cros_usbpd_logger.c