Re: [GIT PULL] LED fixes for 4.20-rc2

From: Linus Torvalds
Date: Thu Nov 08 2018 - 18:52:01 EST


On Thu, Nov 8, 2018 at 1:29 PM Jacek Anaszewski
<jacek.anaszewski@xxxxxxxxx> wrote:
>
>
> All three fixes are related to the newly added pattern trigger:
>
> - remove mutex_lock() from timer callback, which would trigger problems
> related to sleeping in atomic context, the removal is harmless since
> mutex protection turned out to be redundant in this case
> - fix pattern parsing to properly handle intervals with brightness == 0
> - fix typos in the ABI documentation

Pulled,

Linus