commit | 3b7158d61a27b7701356969c6fed353a7c67b45e | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Thu May 10 06:55:15 2018 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Thu May 10 06:55:15 2018 -0400 |
tree | 515516e63da261c9804024e87b9749f73da6eee8 | |
parent | e280edff3308602922d623e15bae473152869eba [diff] |
qm1d1b0004: fix a warning about an unused default_cfg var As warned by gcc: drivers/media/tuners/qm1d1b0004.c:62:39: warning: 'default_cfg' defined but not used [-Wunused-const-variable=] static const struct qm1d1b0004_config default_cfg = { ^~~~~~~~~~~ This var is currently unused. So, comment it out. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>