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

Commit 588e6cdf authored by Michael Buesch's avatar Michael Buesch Committed by John W. Linville
Browse files

b43: Fix firmware load message level



The firmware version information should always get printed. Not only
on a debug build.

Signed-off-by: default avatarMichael Buesch <mb@bu3sch.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 9c7d99d6
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -1861,7 +1861,7 @@ static int b43_upload_microcode(struct b43_wldev *dev)
		err = -EOPNOTSUPP;
		goto error;
	}
	b43dbg(dev->wl, "Loading firmware version %u.%u "
	b43info(dev->wl, "Loading firmware version %u.%u "
		"(20%.2i-%.2i-%.2i %.2i:%.2i:%.2i)\n",
		fwrev, fwpatch,
		(fwdate >> 12) & 0xF, (fwdate >> 8) & 0xF, fwdate & 0xFF,