diff --git a/src/clevo_wmi.c b/src/clevo_wmi.c index e86a3d3..0e8b055 100644 --- a/src/clevo_wmi.c +++ b/src/clevo_wmi.c @@ -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 = {