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)
commit1a179a14d152467da7038205af52883f38973afe
treefc3eb399c339749eba352d033751299b6d7c404f
parent9f59f970ec2128522a98f6826350a3bfbaf70163
staging: iio: trigger: iio-trig-periodic-rtc: Change frequency type to unsigned int

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>
drivers/staging/iio/trigger/iio-trig-periodic-rtc.c