clevo_wmi: Fix device list end

This commit is contained in:
Christoffer Sandberg 2020-12-04 15:50:48 +01:00
parent 6e3ce9ca6a
commit 21c65b40b0
No known key found for this signature in database
GPG key ID: BF563F71B6C7A96D

View file

@ -144,7 +144,7 @@ static const struct wmi_device_id clevo_wmi_device_ids[] = {
// Listing one should be enough, for a driver that "takes care of all anyways"
// also prevents probe (and handling) per "device"
{ .guid_string = CLEVO_WMI_EVENT_GUID },
{ "" }
{ }
};
static struct wmi_driver clevo_wmi_driver = {