Loading drivers/hwmon/lm75.h +2 −3 Original line number Diff line number Diff line Loading @@ -47,4 +47,3 @@ static inline int LM75_TEMP_FROM_REG(u16 reg) guarantee arithmetic shift and preserve the sign */ return ((s16)reg / 128) * 500; } Loading
drivers/hwmon/lm75.h +2 −3 Original line number Diff line number Diff line Loading @@ -47,4 +47,3 @@ static inline int LM75_TEMP_FROM_REG(u16 reg) guarantee arithmetic shift and preserve the sign */ return ((s16)reg / 128) * 500; }