commit | fed0b1bd1b64a680874e8cfa4c3da8dfc01e143f | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Wed Jul 11 09:33:12 2018 +0100 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Thu Jul 12 21:17:36 2018 +0200 |
tree | 6e19185d893fa7035d1ef458c332a4e916c7a03c | |
parent | b9cfb3d1200bcfd4b275f65fa84b2348560b9e30 [diff] |
rtc: m48t59: remove redundant pointer 'name' Pointer 'name' is being assigned but is never used hence it is redundant and can be removed. Cleans up clang warning: warning: variable 'name' set but not used [-Wunused-but-set-variable] Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>