Staging: iio: ad7192: Remove unnecessary NULL test
authorShivani Bhardwaj <shivanib134@gmail.com>
Fri, 16 Oct 2015 13:42:06 +0000 (19:12 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Oct 2015 05:48:19 +0000 (22:48 -0700)
commit3c6b71a503181ccfcbad25f500f18b1253b8a247
tree589cce0404869de1c314a2f7640883a8b70b0d26
parent859ba4684ec442b78e7ea8abd3529b9ad7c6024b
Staging: iio: ad7192: Remove unnecessary NULL test

The variable pdata is already NULL tested before so, any further tests
should be removed.

Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/iio/adc/ad7192.c