Re: [PATCH v6 1/4] rtc: ds1307: fix data pointer to m41t0

2018-07-16 Thread Alexandre Belloni
On 16/05/2018 23:08:39+0200, Giulio Benetti wrote: > data field points to m41t00, instead it should point to m41t0. > Driver works correctly because on both cases(m41t0 and m41t00) chip_desc > are equal. > > Point to right enum m41t0 instead of m41t00. > > Signed-off-by: Giulio Benetti > --- >

Re: [PATCH v6 1/4] rtc: ds1307: fix data pointer to m41t0

2018-07-16 Thread Alexandre Belloni
On 16/05/2018 23:08:39+0200, Giulio Benetti wrote: > data field points to m41t00, instead it should point to m41t0. > Driver works correctly because on both cases(m41t0 and m41t00) chip_desc > are equal. > > Point to right enum m41t0 instead of m41t00. > > Signed-off-by: Giulio Benetti > --- >

[PATCH v6 1/4] rtc: ds1307: fix data pointer to m41t0

2018-05-16 Thread Giulio Benetti
data field points to m41t00, instead it should point to m41t0. Driver works correctly because on both cases(m41t0 and m41t00) chip_desc are equal. Point to right enum m41t0 instead of m41t00. Signed-off-by: Giulio Benetti --- drivers/rtc/rtc-ds1307.c | 2 +- 1

[PATCH v6 1/4] rtc: ds1307: fix data pointer to m41t0

2018-05-16 Thread Giulio Benetti
data field points to m41t00, instead it should point to m41t0. Driver works correctly because on both cases(m41t0 and m41t00) chip_desc are equal. Point to right enum m41t0 instead of m41t00. Signed-off-by: Giulio Benetti --- drivers/rtc/rtc-ds1307.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH v6 1/4] rtc: ds1307: fix data pointer to m41t0

2018-05-16 Thread Giulio Benetti
data field points to m41t00, instead it should point to m41t0. Driver works correctly because on both cases(m41t0 and m41t00) chip_desc are equal. Point to right enum m41t0 instead of m41t00. Signed-off-by: Giulio Benetti --- drivers/rtc/rtc-ds1307.c | 2 +- 1

[PATCH v6 1/4] rtc: ds1307: fix data pointer to m41t0

2018-05-16 Thread Giulio Benetti
data field points to m41t00, instead it should point to m41t0. Driver works correctly because on both cases(m41t0 and m41t00) chip_desc are equal. Point to right enum m41t0 instead of m41t00. Signed-off-by: Giulio Benetti --- drivers/rtc/rtc-ds1307.c | 2 +- 1 file changed, 1 insertion(+), 1