Re: [PATCH v2] staging: iio: trigger: iio-trig-periodic-rtc: Change frequency type to unsigned int

2015-02-21 Thread Jonathan Cameron
On 21/02/15 18:11, Jonathan Cameron wrote: > On 08/02/15 18:22, Rickard Strandqvist wrote: >> Change struct iio_prtc_trigger_info frequency >> type from int to unsigned int. >> Since it is always treated as such in the driver >> so they type should probably reflect this. >> >> Signed-off-by:

Re: [PATCH v2] staging: iio: trigger: iio-trig-periodic-rtc: Change frequency type to unsigned int

2015-02-21 Thread Jonathan Cameron
On 08/02/15 18:22, Rickard Strandqvist wrote: > Change struct iio_prtc_trigger_info frequency > type from int to unsigned int. > Since it is always treated as such in the driver > so they type should probably reflect this. > > Signed-off-by: Rickard Strandqvist The only argument against this is

Re: [PATCH v2] staging: iio: trigger: iio-trig-periodic-rtc: Change frequency type to unsigned int

2015-02-21 Thread Jonathan Cameron
On 08/02/15 18:22, Rickard Strandqvist wrote: Change struct iio_prtc_trigger_info frequency type from int to unsigned int. Since it is always treated as such in the driver so they type should probably reflect this. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se

Re: [PATCH v2] staging: iio: trigger: iio-trig-periodic-rtc: Change frequency type to unsigned int

2015-02-21 Thread Jonathan Cameron
On 21/02/15 18:11, Jonathan Cameron wrote: On 08/02/15 18:22, Rickard Strandqvist wrote: Change struct iio_prtc_trigger_info frequency type from int to unsigned int. Since it is always treated as such in the driver so they type should probably reflect this. Signed-off-by: Rickard

[PATCH v2] staging: iio: trigger: iio-trig-periodic-rtc: Change frequency type to unsigned int

2015-02-08 Thread Rickard Strandqvist
Change struct iio_prtc_trigger_info frequency type from int to unsigned int. Since it is always treated as such in the driver so they type should probably reflect this. Signed-off-by: Rickard Strandqvist --- drivers/staging/iio/trigger/iio-trig-periodic-rtc.c | 12 +--- 1 file

[PATCH v2] staging: iio: trigger: iio-trig-periodic-rtc: Change frequency type to unsigned int

2015-02-08 Thread Rickard Strandqvist
Change struct iio_prtc_trigger_info frequency type from int to unsigned int. Since it is always treated as such in the driver so they type should probably reflect this. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se ---