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

Commit 6a64cd64 authored by Stephen Hemminger's avatar Stephen Hemminger Committed by David S. Miller
Browse files

forcedeth: fix non-constant printk warnings

parent 98683956
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -940,7 +940,7 @@ static int reg_delay(struct net_device *dev, int offset, u32 mask, u32 target,
		delaymax -= delay;
		if (delaymax < 0) {
			if (msg)
				printk(msg);
				printk("%s", msg);
			return 1;
		}
	} while ((readl(base + offset) & mask) != target);