Re: [PATCH v3 4/4] Staging: iio: adis16209: Use sign_extend32 function

2018-03-07 Thread Jonathan Cameron
On Sun, 4 Mar 2018 18:15:06 +0530 Shreeya Patel wrote: > Use sign_extend32 function instead of manually coding > it. > > Signed-off-by: Shreeya Patel Applied to the togreg branch of iio.git and pushed out as testing for the

[PATCH v3 4/4] Staging: iio: adis16209: Use sign_extend32 function

2018-03-04 Thread Shreeya Patel
Use sign_extend32 function instead of manually coding it. Signed-off-by: Shreeya Patel --- Changes in v3 -After split patch. drivers/staging/iio/accel/adis16209.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git