From: Chris Ruffin Date: Sun, 14 Sep 2014 23:38:00 +0000 (+0100) Subject: staging: iio: accel: remove unnecessary syntax X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~446^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6be7a02d9cf817d3e3d19167d87e52260620ecd;p=pandora-kernel.git staging: iio: accel: remove unnecessary syntax The else clause in the conditional of lis3l02dq_data_rdy_trig_poll() does not make consistent use of braces with the rest of the conditional. Fix this coding style problem by removing the unnecessary conditional altogether. Signed-off-by: Chris Ruffin Acked-by: Hartmut Knaack Signed-off-by: Jonathan Cameron --- Reading git-diff-tree failed