Commit d62d421b authored by Martin Nyhus's avatar Martin Nyhus Committed by Matthew Garrett

dell-laptop: Terminate quirks list properly

Add missing DMI_NONE entry to end of the quirks list so
dmi_check_system() won't read past the end of the list.
Signed-off-by: default avatarMartin Nyhus <martin.nyhus@gmx.com>
Signed-off-by: default avatarMatthew Garrett <mjg@redhat.com>
parent fc1a93bd
......@@ -212,6 +212,7 @@ static struct dmi_system_id __devinitdata dell_quirks[] = {
},
.driver_data = &quirk_dell_vostro_v130,
},
{ }
};
static struct calling_interface_buffer *buffer;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment