staging: iio: trigger: iio-trig-periodic-rtc: Change frequency type to unsigned int
authorRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Sun, 8 Feb 2015 18:22:54 +0000 (19:22 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sat, 21 Feb 2015 18:14:23 +0000 (18:14 +0000)
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_strandqvist@spectrumdigital.se>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

No differences found