staging: iio_simple_dummy: fix module_param type
authorVladimirs Ambrosovs <rodriguez.twister@gmail.com>
Sat, 30 May 2015 08:20:17 +0000 (11:20 +0300)
committerJonathan Cameron <jic23@kernel.org>
Mon, 1 Jun 2015 10:22:22 +0000 (11:22 +0100)
commit4dcaa5f75473271ea83545eb5a95db8d7a152362
treee7fb9359716f8cde8bc2ddc1d857205757aeada6
parent62a90da69df1255ba43d3b6595e71e639efd80a8
staging: iio_simple_dummy: fix module_param type

Fix the module_param "instances" type to uint, since the variable type
holding the value is unsigned.

Signed-off-by: Vladimirs Ambrosovs <rodriguez.twister@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/iio_simple_dummy.c