Re: [PATCH 2/5] iio: hmc5843: Swap suspend and resume implementations

2016-02-09 Thread Jonathan Cameron
On 07/02/16 22:21, Cristina Moraru wrote: > Swap implementations of hmc5843_common_suspend and > hmc5843_common_resume functions for they have been > inversed. Device should go on SLEEP mode on suspend > and on CONTINUOUS mode on resume. > > Signed-off-by: Cristina Moraru I'd normally apply this

Re: [PATCH 2/5] iio: hmc5843: Swap suspend and resume implementations

2016-02-09 Thread Jonathan Cameron
On 07/02/16 22:21, Cristina Moraru wrote: > Swap implementations of hmc5843_common_suspend and > hmc5843_common_resume functions for they have been > inversed. Device should go on SLEEP mode on suspend > and on CONTINUOUS mode on resume. > > Signed-off-by: Cristina Moraru

[PATCH 2/5] iio: hmc5843: Swap suspend and resume implementations

2016-02-07 Thread Cristina Moraru
Swap implementations of hmc5843_common_suspend and hmc5843_common_resume functions for they have been inversed. Device should go on SLEEP mode on suspend and on CONTINUOUS mode on resume. Signed-off-by: Cristina Moraru --- drivers/staging/iio/magnetometer/hmc5843_core.c | 4 ++-- 1 file

[PATCH 2/5] iio: hmc5843: Swap suspend and resume implementations

2016-02-07 Thread Cristina Moraru
Swap implementations of hmc5843_common_suspend and hmc5843_common_resume functions for they have been inversed. Device should go on SLEEP mode on suspend and on CONTINUOUS mode on resume. Signed-off-by: Cristina Moraru ---