Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -212,6 +212,7 @@ static struct dmi_system_id __devinitdata dell_quirks[] = {
		},
		},
		.driver_data = &quirk_dell_vostro_v130,
		.driver_data = &quirk_dell_vostro_v130,
	},
	},
	{ }
};
};


static struct calling_interface_buffer *buffer;
static struct calling_interface_buffer *buffer;