mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
ufs: Convert quirks to BIT() macro
Use BIT() macro for quirks, no functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
This commit is contained in:
parent
97841de680
commit
5dab730cac
1 changed files with 1 additions and 1 deletions
|
@ -717,7 +717,7 @@ struct ufs_hba {
|
|||
* the LCC transmission on UFS device (by clearing TX_LCC_ENABLE
|
||||
* attribute of device to 0).
|
||||
*/
|
||||
#define UFSHCD_QUIRK_BROKEN_LCC 0x1
|
||||
#define UFSHCD_QUIRK_BROKEN_LCC BIT(0)
|
||||
|
||||
/* Virtual memory reference */
|
||||
struct utp_transfer_cmd_desc *ucdl;
|
||||
|
|
Loading…
Add table
Reference in a new issue