Commit e90f9ceb authored by Moritz Fischer's avatar Moritz Fischer Committed by Greg Kroah-Hartman
Browse files

usb: renesas-xhci: Replace BIT(15) with macro



Replace BIT(15) with RENESAS_ROM_STATUS_ROM_EXISTS.

Signed-off-by: default avatarMoritz Fischer <mdf@kernel.org>
Link: https://lore.kernel.org/r/20210614215614.240489-1-mdf@kernel.org


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7917e906
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@ static int renesas_check_rom_state(struct pci_dev *pdev)
	if (err)
		return pcibios_err_to_errno(err);

	if (rom_state & BIT(15)) {
	if (rom_state & RENESAS_ROM_STATUS_ROM_EXISTS) {
		/* ROM exists */
		dev_dbg(&pdev->dev, "ROM exists\n");