Commit 10b29dd
committed
platform/x86: thinkpad_acpi: Don't use test_bit on an integer
test_bit can only be used on longs not on ints, fix this.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20220309170532.343384-2-hdegoede@redhat.com1 parent 6229ce9 commit 10b29dd
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10399 | 10399 | | |
10400 | 10400 | | |
10401 | 10401 | | |
10402 | | - | |
| 10402 | + | |
10403 | 10403 | | |
10404 | 10404 | | |
10405 | 10405 | | |
| |||
10412 | 10412 | | |
10413 | 10413 | | |
10414 | 10414 | | |
10415 | | - | |
| 10415 | + | |
10416 | 10416 | | |
10417 | 10417 | | |
10418 | 10418 | | |
| |||
0 commit comments