Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a89c3a8 authored by Rafał Miłecki's avatar Rafał Miłecki Committed by John W. Linville
Browse files

bcma: fix CC driver compilation on MIPS

parent db36f792
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@ void bcma_chipco_serial_init(struct bcma_drv_cc *cc)
				       | BCMA_CC_CORECTL_UARTCLKEN);
		}
	} else {
		bcma_err(bus, "serial not supported on this device ccrev: 0x%x\n", ccrev);
		bcma_err(cc->core->bus, "serial not supported on this device ccrev: 0x%x\n", ccrev);
		return;
	}