[media] lgdt3306a: typo fix
fix WARNING: 'supress' may be misspelled - perhaps 'suppress'? Signed-off-by: Michael Ira Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
cb4671c87f
commit
831a91120a
|
@ -1975,7 +1975,7 @@ static void lgdt3306a_DumpRegs(struct lgdt3306a_state *state)
|
||||||
|
|
||||||
if ((debug & DBG_DUMP) == 0)
|
if ((debug & DBG_DUMP) == 0)
|
||||||
return;
|
return;
|
||||||
debug &= ~DBG_REG; /* supress DBG_REG during reg dump */
|
debug &= ~DBG_REG; /* suppress DBG_REG during reg dump */
|
||||||
|
|
||||||
lg_info("\n");
|
lg_info("\n");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue