Just a nit, that I spotted while scanning for other issues.Right. Thank you for pointing to this.
On Mon, 2015-06-01 at 15:20 +0300, Vladimir Barinov wrote:
--- /dev/nullIt seems all these *_show and *_store functions should be made static,
+++ b/drivers/iio/adc/hi-843x.c
+ssize_t hi843x_debounce_soft_show(struct device *dev,
+ struct device_attribute *attr, char *buf)
+{
+ [...]
+}
+
+[...]
+
+ssize_t hi843x_threshold_socval_store(struct device *dev,
+ struct device_attribute *attr,
+ const char *buf, size_t len)
+{
+ [...]
+}
right?