From: Jonathan Cameron Date: Sun, 11 Jul 2010 15:39:15 +0000 (+0100) Subject: staging: iio: Fix scan_element naming issue X-Git-Tag: v2.6.36-rc1~520^2~1^2~175 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69584bd6d257e008fe4eeebd95c318201dc71d83;p=pandora-kernel.git staging: iio: Fix scan_element naming issue The addition of a number to the scan_element names caused an issue in drivers that used either #define or an enum to provide the number. Before this fix names like ADIS16350_ACCEL_X_accel_x_en occur rather than 5_accel_x_en. Signed-off-by: Jonathan Cameron Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed