add further logging

This commit is contained in:
ed 2018-12-20 00:18:56 +00:00
parent 9ebc322962
commit 397d0a3ff2
1 changed files with 2 additions and 0 deletions

View File

@ -465,6 +465,8 @@ static int asus_wmi_sensors_probe(struct wmi_device *wdev)
struct device *dev = &wdev->dev;
struct asus_wmi_sensors *asus_wmi_sensors;
pr_info("asuswmisensors: WMI GUID matched - probing");
if (is_board_supported()) {
return -ENODEV;
}