dect
/
linux-2.6
Archived
13
0
Fork 0

HID: sensors: fix up for mfd_add_devices() API change

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
Stephen Rothwell 2012-09-12 07:07:00 +01:00 committed by Jonathan Cameron
parent ba753e4180
commit f45c69b113
1 changed files with 1 additions and 1 deletions

View File

@ -596,7 +596,7 @@ static int sensor_hub_probe(struct hid_device *hdev,
}
}
ret = mfd_add_devices(&hdev->dev, 0, sd->hid_sensor_hub_client_devs,
sd->hid_sensor_client_cnt, NULL, 0);
sd->hid_sensor_client_cnt, NULL, 0, NULL);
if (ret < 0)
goto err_free_names;