mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 07:01:23 +00:00
Merge branches 'for-4.3/upstream-fixes', 'for-4.4/corsair', 'for-4.4/dragonrise', 'for-4.4/i2c-hid', 'for-4.4/logitech', 'for-4.4/microsoft', 'for-4.4/multitouch', 'for-4.4/roccat-sysfs-deprecation', 'for-4.4/upstream' and 'for-4.4/wacom' into for-linus
This commit is contained in:
parent
df70793805
937804f3c7
18339f59c3
f3984edc17
29fae1c851
c6956eb70e
6d4f5440a3
8d2f8479da
636a89d43e
86e88f0e70
commit
d64e19db03
44 changed files with 1509 additions and 349 deletions
|
@ -660,8 +660,8 @@ static int sensor_hub_probe(struct hid_device *hdev,
|
|||
GFP_KERNEL);
|
||||
if (sd->hid_sensor_hub_client_devs == NULL) {
|
||||
hid_err(hdev, "Failed to allocate memory for mfd cells\n");
|
||||
ret = -ENOMEM;
|
||||
goto err_stop_hw;
|
||||
ret = -ENOMEM;
|
||||
goto err_stop_hw;
|
||||
}
|
||||
|
||||
for (i = 0; i < hdev->maxcollection; ++i) {
|
||||
|
@ -698,8 +698,8 @@ static int sensor_hub_probe(struct hid_device *hdev,
|
|||
collection->usage);
|
||||
if (name == NULL) {
|
||||
hid_err(hdev, "Failed MFD device name\n");
|
||||
ret = -ENOMEM;
|
||||
goto err_stop_hw;
|
||||
ret = -ENOMEM;
|
||||
goto err_stop_hw;
|
||||
}
|
||||
sd->hid_sensor_hub_client_devs[
|
||||
sd->hid_sensor_client_cnt].name = name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue