From 21c65b40b08d5aa1e0aac1875e4465802480f73f Mon Sep 17 00:00:00 2001 From: Christoffer Sandberg Date: Fri, 4 Dec 2020 15:50:48 +0100 Subject: [PATCH] clevo_wmi: Fix device list end --- src/clevo_wmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {