Files
linux/include/ufs
Eric Biggers 0844ef7770 ANDROID: ufs: core: move Android quirks into separate field
Prevent the imminent collision between the upstream quirk bits (now up
to '1 << 19') and the Android quirk bits (starting at '1 << 20') by
moving the Android quirk bits into their own field in struct ufs_hba.

Bug: 162257402
Change-Id: I5373c092734d16f693300d9bd73c7c9063ac921e
Signed-off-by: Eric Biggers <ebiggers@google.com>
2023-03-30 12:23:04 +01:00
..