Re: [PATCH] platform/chrome: cros_ec_typec: Flush pending work

2021-02-11 Thread Benson Leung
On Thu, 11 Feb 2021 11:32:21 -0800, Prashant Malani wrote: > When a PD notifier event arrives, a new work event won't be enqueued if > the current one hasn't completed. This could lead to dropped events. > > So, flush any pending work before scheduling the new instance. Applied, thanks! [1/1]

[PATCH] platform/chrome: cros_ec_typec: Flush pending work

2021-02-11 Thread Prashant Malani
When a PD notifier event arrives, a new work event won't be enqueued if the current one hasn't completed. This could lead to dropped events. So, flush any pending work before scheduling the new instance. Signed-off-by: Prashant Malani --- drivers/platform/chrome/cros_ec_typec.c | 1 + 1 file