On 2020-02-21 10:18, Asutosh Das (asd) wrote: > On 2/21/2020 6:08 AM, Christoph Hellwig wrote: >> + /* Interrupt aggregation support is broken */ >> + UFSHCD_QUIRK_BROKEN_INTR_AGGR = 1 << 0, >> + > > How about using BIT() here? Not everyone is convinced that using BIT() improves code readability. Bart.