Re: [PATCH RESEND 2/2] iio: ak8975: Add device name

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 04/02/14 09:16, Beomho Seo wrote:

This patch add device name.

Signed-off-by: Beomho Seo <beomho.seo@xxxxxxxxxxx>
Applied to the togreg branch of iio.git

Whilst this is bringing the driver inline with the ABI, it probably doesn't
count as a bug fix and so can wait until the next merge window.

Thanks,

Jonathan
---
  drivers/iio/magnetometer/ak8975.c |    1 +
  1 file changed, 1 insertion(+)

diff --git a/drivers/iio/magnetometer/ak8975.c b/drivers/iio/magnetometer/ak8975.c
index 0542354..74866d1 100644
--- a/drivers/iio/magnetometer/ak8975.c
+++ b/drivers/iio/magnetometer/ak8975.c
@@ -513,6 +513,7 @@ static int ak8975_probe(struct i2c_client *client,
  	indio_dev->channels = ak8975_channels;
  	indio_dev->num_channels = ARRAY_SIZE(ak8975_channels);
  	indio_dev->info = &ak8975_info;
+	indio_dev->name = id->name;
  	indio_dev->modes = INDIO_DIRECT_MODE;

  	err = iio_device_register(indio_dev);


--
To unsubscribe from this list: send the line "unsubscribe linux-iio" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Input]     [Linux Kernel]     [Linux SCSI]     [X.org]

  Powered by Linux