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

Commit f86548cf authored by Colin Ian King's avatar Colin Ian King Committed by Mauro Carvalho Chehab
Browse files

[media] lgdt3306a: fix spelling mistake "supportted" -> "supported"



Trivial fix to spelling mistake in pr_warn message.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 1c195cb1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -731,7 +731,7 @@ static int lgdt3306a_set_if(struct lgdt3306a_state *state,

	switch (if_freq_khz) {
	default:
		pr_warn("IF=%d KHz is not supportted, 3250 assumed\n",
		pr_warn("IF=%d KHz is not supported, 3250 assumed\n",
			if_freq_khz);
		/* fallthrough */
	case 3250: /* 3.25Mhz */