]> www.infradead.org Git - users/jedix/linux-maple.git/commit
platform/x86: dell-pc: Use non-atomic bitmap operations
authorKurt Borja <kuurtb@gmail.com>
Fri, 11 Apr 2025 14:36:42 +0000 (11:36 -0300)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Thu, 24 Apr 2025 12:51:52 +0000 (15:51 +0300)
commit48e21e0226a9325fc75145840d289113fb0c27bc
treee35b6cf14ef4dd71feb4f6eb99036c796da738d5
parent4630b99d2e93a91b304f498c4d543c002fb78ca5
platform/x86: dell-pc: Use non-atomic bitmap operations

The choices bitmap belongs only to this thread, therefore we can use the
non-atomic version of set_bit().

Signed-off-by: Kurt Borja <kuurtb@gmail.com>
Link: https://lore.kernel.org/r/20250411-dell-faux-v1-2-ea1f1c929b7e@gmail.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/dell/dell-pc.c