Minor changes

This commit is contained in:
Loic Guegan 2023-08-12 16:37:50 +02:00
parent b2a6cd3c65
commit fa26bf63fe

View file

@ -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;
}