The class_serio_pause_rx_destructor() function enables preemption again. This silences some false positives in atkbd.c. Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> --- check_preempt_info.c | 1 + 1 file changed, 1 insertion(+) diff --git a/check_preempt_info.c b/check_preempt_info.c index 8fabd64cff24..2f5ab7648951 100644 --- a/check_preempt_info.c +++ b/check_preempt_info.c @@ -129,6 +129,7 @@ static struct preempt_info func_table[] = { { "rht_unlock", PREEMPT_SUB }, { "bit_spin_unlock", PREEMPT_SUB }, { "__bit_spin_unlock", PREEMPT_SUB }, + { "class_serio_pause_rx_destructor", PREEMPT_SUB }, { "mtk_wed_device_attach", PREEMPT_IGNORE }, }; -- 2.47.2