Rename pidff function

This commit is contained in:
Oleg
2024-05-29 23:44:21 +03:00
parent 2a63e469ea
commit e5c6f7079c
3 changed files with 4 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ static int new_pidff_probe(struct hid_device *hdev,
goto err;
}
ret = hid_pidff_init(hdev, id);
ret = hid_new_pidff_init(hdev, id);
if (ret) {
hid_warn(hdev, "Force feedback not supported\n");
goto err;