|
From: | Richard Henderson |
Subject: | Re: [PATCH 3/6] scsi-disk: add MODE_PAGE_APPLE quirk for Macintosh |
Date: | Thu, 21 Apr 2022 11:11:22 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 |
On 4/21/22 08:29, Mark Cave-Ayland wrote:
You need (1 << SCSI_DISK_QUIRK_MODE_PAGE_APPLE) instead.Doh, you're absolutely right. I believe the current recommendation is to use the BIT() macro in these cases.
We probably need to fix BIT() to use 1ULL.At present it's using 1UL, to match the other (unfortunate) uses of unsigned long within bitops.h. The use of BIT() for things unrelated to bitops.h just bit a recent risc-v pull request, in that it failed to build on all 32-bit hosts.
r~
[Prev in Thread] | Current Thread | [Next in Thread] |