d/psmv: Use new prober function helpers

This commit is contained in:
Jakob Bornecrantz 2019-06-30 14:30:25 +01:00
parent e336590153
commit 35093bee3c

View file

@ -463,7 +463,7 @@ psmv_found(struct xrt_prober *xp,
return 0;
}
ret = xp->open_hid_interface(xp, devices[index], 0, &hid);
ret = xrt_prober_open_hid_interface(xp, devices[index], 0, &hid);
if (ret != 0) {
return -1;
}