Re: [PATCH] Input: gpio-keys: Avoid clearing twice some memory
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2022-01-04 05:35:59
Also in:
kernel-janitors, lkml
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2022-01-04 05:35:59
Also in:
kernel-janitors, lkml
On Wed, Dec 29, 2021 at 10:26:56PM +0100, Christophe JAILLET wrote:
bitmap_parselist() already clears the 'bits' bitmap, so there is no need to clear it when it is allocated. This just wastes some cycles. Signed-off-by: Christophe JAILLET <redacted>
Applied, thank you. -- Dmitry