Rename hid_pidff_init
This commit is contained in:
@@ -69,7 +69,7 @@ static int universal_pidff_probe(struct hid_device *hdev,
|
||||
goto err;
|
||||
}
|
||||
|
||||
ret = hid_pidff_init(hdev, id);
|
||||
ret = hid_pidff_init_quirks(hdev, id);
|
||||
if (ret) {
|
||||
hid_warn(hdev, "Force feedback is not supported\n");
|
||||
goto err;
|
||||
|
||||
Reference in New Issue
Block a user