summaryrefslogtreecommitdiff
path: root/rust/alloc/collections/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>2026-01-05 15:29:46 +0100
committerDamien Le Moal <dlemoal@kernel.org>2026-01-08 17:43:00 +0900
commit4afc71c225130dab95ce15fcb385b5b500c02ed4 (patch)
tree256e9d811a1251e0eff3405a379c5efa7f37c5b1 /rust/alloc/collections/git@git.tavy.me:linux.git
parent602f6612826b47f6a70931002172c404db9da872 (diff)
ata: ahci-imx: Fix Wvoid-pointer-to-enum-cast warning
"imxpriv->type" is an enum, thus cast of pointer on 64-bit compile test with clang W=1 causes: ahci_imx.c:872:18: error: cast to smaller integer type 'enum ahci_imx_type' from 'const void *' [-Werror,-Wvoid-pointer-to-enum-cast] Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Diffstat (limited to 'rust/alloc/collections/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions