Re: [PATCH v9 3/3] iio: adc: add support for Allwinner SoCs ADC

From: Lars-Peter Clausen
Date: Sun Jan 15 2017 - 07:23:53 EST


On 12/13/2016 03:33 PM, Quentin Schulz wrote:

> + indio_dev->name = dev_name(&pdev->dev);

The name is supposed to be the type of the device, e.g. part name, not the
name of parent device instance. This could e.g. come from a name field in
the gpadc_data struct.