On 2/18/20 3:44 PM, Christoph Hellwig wrote:
Use an enum to specify the various quirks instead of #defines inside the structure definition.
Hi Christoph,Although this patch looks like a significant improvement to me: has it been considered to change 'quirks' from an unsigned int into a bitfield with one bit per quirk? I think that would allow to remove multiple explicit bit manipulations from the UFS driver.
Thanks, Bart.