Re: [PATCH] staging: iio: hmc5843: Set iio name property in sysfs

2015-03-08 Thread Jonathan Cameron
On 28/02/15 20:54, Marek Belisko wrote: > Without this change file name for hmc5843 is empty in > /sys/bus/iio/devices/iio\:device*/name > > With this change name is reported correctly: > cat /sys/bus/iio/devices/iio\:device*/name > hmc5843 > > Signed-off-by: Marek Belisko Good catch, thanks. A

[PATCH] staging: iio: hmc5843: Set iio name property in sysfs

2015-02-28 Thread Marek Belisko
Without this change file name for hmc5843 is empty in /sys/bus/iio/devices/iio\:device*/name With this change name is reported correctly: cat /sys/bus/iio/devices/iio\:device*/name hmc5843 Signed-off-by: Marek Belisko --- drivers/staging/iio/magnetometer/hmc5843_core.c | 1 + 1 file changed, 1