aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/socfpga-a10.c
diff options
context:
space:
mode:
authorMarc Zyngier <[email protected]>2018-05-23 18:41:36 +0100
committerGreg Kroah-Hartman <[email protected]>2018-06-01 13:24:51 +0200
commit36b6857932f380fcb55c31ac75857e3e81dd583a (patch)
treed647ae7c188dbb39065f4e04c339bfc5a5eddec3 /drivers/fpga/socfpga-a10.c
parenta965315e59f3cbceb5d27d0feb68a456544f0f8d (diff)
xhci: Allow more than 32 quirks
We now have 32 different quirks, and the field that holds them is full. Let's bump it up to the next stage so that we can handle some more... The type is now an unsigned long long, which is 64bit on most architectures. We take this opportunity to change the quirks from using (1 << x) to BIT_ULL(x). Tested-by: Domenico Andreoli <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Tested-by: Faiz Abbas <[email protected]> Tested-by: Domenico Andreoli <[email protected]> Acked-by: Mathias Nyman <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/fpga/socfpga-a10.c')
0 files changed, 0 insertions, 0 deletions