staging: iio: resolver: ad2s1210: Change type in printf format string
authorRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Tue, 27 Jan 2015 22:22:34 +0000 (23:22 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sun, 8 Feb 2015 12:05:44 +0000 (12:05 +0000)
Wrong type in printf format string, requires 'int'
but the argument type is 'unsigned int'

This was found using a static code analysis program called cppcheck

Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/resolver/ad2s1210.c