aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@kernel.org>2013-07-12 20:54:00 +0100
committerJonathan Cameron <jic23@kernel.org>2013-08-03 18:40:36 +0100
commit4fd313da0430cb122d469abaadd5990f3d8af3f7 (patch)
tree76cbde2e2cf9eab33d1ad136febb3deaa29e9b6d /drivers/iio
parentiio: hid-sensor-magn-3d: add module alias for autoload (diff)
downloadlinux-dev-4fd313da0430cb122d469abaadd5990f3d8af3f7.tar.xz
linux-dev-4fd313da0430cb122d469abaadd5990f3d8af3f7.zip
iio:dac:mcp4725 wrong return type of attribute _show function
Should be ssize_t and is int. Signed-off-by: Jonathan Cameron <jic23@kernel.org> Reported-by: Fengguan Wu <fengguang.wu@intel.com> Acked-by: Peter Meerwald <pmeerw@pmeerw.net>
Diffstat (limited to 'drivers/iio')
-rw-r--r--drivers/iio/dac/mcp4725.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/dac/mcp4725.c b/drivers/iio/dac/mcp4725.c
index f569738c94b1..18a78cd21e88 100644
--- a/drivers/iio/dac/mcp4725.c
+++ b/drivers/iio/dac/mcp4725.c
@@ -69,7 +69,7 @@ static SIMPLE_DEV_PM_OPS(mcp4725_pm_ops, mcp4725_suspend, mcp4725_resume);
#define MCP4725_PM_OPS NULL
#endif
-static int mcp4725_store_eeprom(struct device *dev,
+static ssize_t mcp4725_store_eeprom(struct device *dev,
struct device_attribute *attr, const char *buf, size_t len)
{
struct iio_dev *indio_dev = dev_to_iio_dev(dev);