Staging: iio: dereferencing uninitialized variable
authorDan Carpenter <error27@gmail.com>
Wed, 8 Jun 2011 06:42:21 +0000 (09:42 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 28 Jun 2011 21:48:13 +0000 (14:48 -0700)
In the error handling, it dereferences "st" before it has been
initialized.  I also just tidied it up a bit to remove some extra
conditions.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found