[PATCH 098/100] rtc: max6900: remove useless indirection

2018-02-21 Thread Alexandre Belloni
max6900_i2c_read_time and max6900_i2c_set_time are only used after casting dev to an i2c_client. Remove that useless indirection. Signed-off-by: Alexandre Belloni --- drivers/rtc/rtc-max6900.c | 17 - 1 file changed, 4 insertions(+), 13

[PATCH 098/100] rtc: max6900: remove useless indirection

2018-02-21 Thread Alexandre Belloni
max6900_i2c_read_time and max6900_i2c_set_time are only used after casting dev to an i2c_client. Remove that useless indirection. Signed-off-by: Alexandre Belloni --- drivers/rtc/rtc-max6900.c | 17 - 1 file changed, 4 insertions(+), 13 deletions(-) diff --git