summaryrefslogtreecommitdiff
path: root/src/intel_module.c
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2019-03-03 19:49:33 +0200
committerVille Syrjälä <ville.syrjala@linux.intel.com>2019-09-19 19:01:16 +0300
commit696f7eda807932f72ba0eb49c8ec7f2e210dd579 (patch)
treef589589451e206fbf128da42228913fd48f4a437 /src/intel_module.c
parent4b26ec2ef680f595dded9b1fd5c5ef43edba17a5 (diff)
Avoid missing initializer warning
Use an empty {} as the terminator in intel_device_match[] to avoid the warning about missing initlizers. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Diffstat (limited to 'src/intel_module.c')
-rw-r--r--src/intel_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel_module.c b/src/intel_module.c
index 171b20d8..a71c2e40 100644
--- a/src/intel_module.c
+++ b/src/intel_module.c
@@ -388,7 +388,7 @@ static const struct pci_id_match intel_device_match[] = {
INTEL_VGA_DEVICE(PCI_MATCH_ANY, &intel_generic_info),
#endif
- { 0, 0, 0 },
+ {},
};
void