Re: [PATCH 1/1 linux-next] iio: common: remove unnecessary sizeof(u8)

2014-11-22 Thread Jonathan Cameron
On 22/11/14 01:26, Hartmut Knaack wrote: > Fabian Frederick schrieb am 16.11.2014 13:33: >> sizeof(u8) is always 1. >> >> Signed-off-by: Fabian Frederick > Acked-by: Hartmut Knaack Applied to the togreg branch of iio.git - initially pushed out as testing for the autobuilders to play with it. Tha

Re: [PATCH 1/1 linux-next] iio: common: remove unnecessary sizeof(u8)

2014-11-21 Thread Hartmut Knaack
Fabian Frederick schrieb am 16.11.2014 13:33: > sizeof(u8) is always 1. > > Signed-off-by: Fabian Frederick Acked-by: Hartmut Knaack > --- > drivers/iio/common/st_sensors/st_sensors_spi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/iio/common/st_sensors/st_

[PATCH 1/1 linux-next] iio: common: remove unnecessary sizeof(u8)

2014-11-16 Thread Fabian Frederick
sizeof(u8) is always 1. Signed-off-by: Fabian Frederick --- drivers/iio/common/st_sensors/st_sensors_spi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iio/common/st_sensors/st_sensors_spi.c b/drivers/iio/common/st_sensors/st_sensors_spi.c index 78a6a1a..5b37737 1