[media] lgdt3306a: fix spelling mistake "supportted" -> "supported"
Trivial fix to spelling mistake in pr_warn message. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
1c195cb1de
commit
f86548cf53
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user