11 Mar
2020
11 Mar
'20
6:56 a.m.
On Wed, 11 Mar 2020 02:09:08 +0100, Jules Irenge wrote:
Sparse reports a warning at tscm_hwdep_read_locked()
warning: context imbalance in tscm_hwdep_read_locked() - unexpected unlock
The root cause is the missing annotation at tscm_hwdep_read_locked() Add the missing __releases(&tscm->lock) annotation
Signed-off-by: Jules Irenge jbi.octave@gmail.com
Applied, thanks.
Takashi