Re: [PATCH 2/2] Remove unnecessary pmbus_clear_cache function call

2021-02-01 Thread Guenter Roeck
On Mon, Feb 01, 2021 at 08:59:29PM +0100, Erik Rosen wrote: > It is no longer necessary to clear the cache to update the sensor value > from the chip. > > Signed-off-by: Erik Rosen Applied, after prepending subject with "hwmon: (pmbus/lm25066)". Thanks, Guenter > --- > drivers/hwmon/pmbus/lm2

[PATCH 2/2] Remove unnecessary pmbus_clear_cache function call

2021-02-01 Thread Erik Rosen
It is no longer necessary to clear the cache to update the sensor value from the chip. Signed-off-by: Erik Rosen --- drivers/hwmon/pmbus/lm25066.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/hwmon/pmbus/lm25066.c b/drivers/hwmon/pmbus/lm25066.c index c75a6bf39641..e9a66fd9e14