mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
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>
This commit is contained in:
parent
a67c385a2e
commit
4fd313da04
@ -69,7 +69,7 @@ static SIMPLE_DEV_PM_OPS(mcp4725_pm_ops, mcp4725_suspend, mcp4725_resume);
|
|||||||
#define MCP4725_PM_OPS NULL
|
#define MCP4725_PM_OPS NULL
|
||||||
#endif
|
#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 device_attribute *attr, const char *buf, size_t len)
|
||||||
{
|
{
|
||||||
struct iio_dev *indio_dev = dev_to_iio_dev(dev);
|
struct iio_dev *indio_dev = dev_to_iio_dev(dev);
|
||||||
|
Loading…
Reference in New Issue
Block a user