commit | 5ebaf32866b649cc4e384725ce2742d705c064e6 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Sat May 05 07:32:27 2018 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Sat May 05 07:32:27 2018 -0400 |
tree | 0994b2bd61802bc2a7847950aaa65140d8c15bcf | |
parent | 20a63349b1423179612c7ad550e430a1eef49a19 [diff] |
media: pt1: fix strncmp() size warning As warned by smatch: drivers/media/pci/pt1/pt1.c:213 config_demod() error: strncmp() '"tc90522sat"' too small (11 vs 20) Use the same strncmp() syntax as pt1_init_frontends() does. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>