diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-10 06:55:15 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-10 06:55:15 -0400 |
commit | 3b7158d61a27b7701356969c6fed353a7c67b45e (patch) | |
tree | 515516e63da261c9804024e87b9749f73da6eee8 /drivers/media/usb | |
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>
Diffstat (limited to 'drivers/media/usb')
0 files changed, 0 insertions, 0 deletions