On 01/10/2017 07:48 PM, Andreas Klinger wrote: [...] > + indio_dev->name = dev_name(&client->dev);
The name is supposed to be the type of the device, e.g. part name, not the name of parent device instance. E.g. "srf08" in this case.
On 01/10/2017 07:48 PM, Andreas Klinger wrote: [...] > + indio_dev->name = dev_name(&client->dev);
The name is supposed to be the type of the device, e.g. part name, not the name of parent device instance. E.g. "srf08" in this case.