commit | 042fa8c7c04dd43b21be3ec5104681574a4f8f8c | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Mon Sep 04 22:46:02 2017 +0200 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Tue Sep 05 09:55:03 2017 +0200 |
tree | 88dd1355b876aad11368a9d0fc1ea1c7d84db33a | |
parent | ae930c912b3274d79319179c1f5ddd9423dd0a7d [diff] |
rtc: ds1307: remove regs member ds1307->regs is never used before being read or initialized locally. There is no point in keeping a copy in memory. Also limit the size of the read buffer to what is really used, rename buf to regs for consistency and use sizeof() where possible. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>