diff options
author | Marc Zyngier <[email protected]> | 2018-05-23 18:41:36 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2018-06-01 13:24:51 +0200 |
commit | 36b6857932f380fcb55c31ac75857e3e81dd583a (patch) | |
tree | d647ae7c188dbb39065f4e04c339bfc5a5eddec3 /scripts/mod/empty.c | |
parent | a965315e59f3cbceb5d27d0feb68a456544f0f8d (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 'scripts/mod/empty.c')
0 files changed, 0 insertions, 0 deletions