diff options
Diffstat (limited to 'inahwmon.c')
| -rw-r--r-- | inahwmon.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ static int ina260_read(struct device *dev, enum hwmon_sensor_types type, u32 attr, int channel, long *val) { + *val=5; return 0; } |
