irqchip/gic-v3-its: Fix u64 to __le64 warnings
authorBen Dooks (Codethink) <ben.dooks@codethink.co.uk>
Thu, 17 Oct 2019 11:29:55 +0000 (12:29 +0100)
committerMarc Zyngier <maz@kernel.org>
Sun, 10 Nov 2019 18:47:45 +0000 (18:47 +0000)
commit2bbdfcc54ba857ce5da9a5741379dd03ba94c947
treea8e181d6c55fee9f6cee16d53b4520d12c48bd29
parent2c542426128a4e3d247939f868d19279ad48cb1f
irqchip/gic-v3-its: Fix u64 to __le64 warnings

The its_cmd_block struct can either have u64 or __le64
data in it, so make a anonymous union to remove the
sparse warnings when converting to/from these.

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20191017112955.15853-1-ben.dooks@codethink.co.uk
drivers/irqchip/irq-gic-v3-its.c