commit | 146a552c67b1adae50065d2c8f00169302f26c44 | [log] [tgz] |
---|---|---|
author | Giulio Benetti <giulio.benetti@micronovasrl.com> | Wed May 16 23:08:39 2018 +0200 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Mon Jul 16 23:36:23 2018 +0200 |
tree | 490cff2e1eee2e932d22de8da89a594b67e2dacc | |
parent | 5089ea15baa9e7b0cb49f36881f2cb27bf281789 [diff] |
rtc: ds1307: fix data pointer to m41t0 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 <giulio.benetti@micronovasrl.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>