iio: adc: rockchip_saradc: remove unused variable in probe
authorHeiko Stübner <heiko@sntech.de>
Tue, 26 Aug 2014 22:40:00 +0000 (23:40 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sat, 30 Aug 2014 09:45:14 +0000 (10:45 +0100)
commitdd8f17a120d00e93b5f76d5904f5ea31934f0a90
treefdb679ed31d9cc7f1e25c81b4a66e79e64d99f08
parent63d1157dedd79e37bbc3f68f6a9886c5eeb99c27
iio: adc: rockchip_saradc: remove unused variable in probe

The rate variable in the probe function of the saradc is a remnant
of a previous patch iteration. It is unused and thus produces a
compile time warning. Therefore remove it.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/rockchip_saradc.c