[GIT PULL] LED fix for 5.2-rc3

From: Jacek Anaszewski
Date: Sat Jun 01 2019 - 14:03:44 EST


Hi Linus,

Please pull LED fix for recent change in LED core,
that didn't take into account the possibility of calling
led_blink_setup() from atomic context.

The following changes since commit cd6c84d8f0cdc911df435bb075ba22ce3c605b07:

Linux 5.2-rc2 (2019-05-26 16:49:19 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git tags/led-fixes-for-5.2-rc3

for you to fetch changes up to 8c0f693c6effbc3f42f77a9e81209af9af20910c:

leds: avoid flush_work in atomic context (2019-05-31 22:29:14 +0200)

Thanks,
Jacek Anaszewski

----------------------------------------------------------------
LED fix for 5.2-rc3
----------------------------------------------------------------
Pavel Machek (1):
leds: avoid flush_work in atomic context

drivers/leds/led-core.c | 5 -----
drivers/leds/trigger/ledtrig-timer.c | 5 +++++
2 files changed, 5 insertions(+), 5 deletions(-)