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

Commit af643fe9 authored by Colin Ian King's avatar Colin Ian King Committed by Kalle Valo
Browse files

zd1211rw: fix spelling mistake 'hybernate' -> 'hibernate'



Trivial fix to spelling mistake in PDEBUG debug message.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 185ffc19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ static void dump_regwrite(u32 rw)

	switch (reg) {
	case 0:
		PDEBUG("reg0 CFG1 ref_sel %d hybernate %d rf_vco_reg_en %d"
		PDEBUG("reg0 CFG1 ref_sel %d hibernate %d rf_vco_reg_en %d"
		       " if_vco_reg_en %d if_vga_en %d",
		       bits(rw, 14, 15), bit(rw, 3), bit(rw, 2), bit(rw, 1),
		       bit(rw, 0));