commit | 397b40caf2eacec576c72eb52144383f11ae7688 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Fri Nov 04 15:55:12 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Mon Nov 07 22:09:50 2011 +0100 |
tree | 90a87a07485de14df27a619c962c70a1d1246a1f | |
parent | 55b97886f805b9c5283fd926a873979a16131d86 [diff] |
drivers/rtc/ds3231.c: fix GCC 4.6 build warnings Fix: ds3231.c: In function 'rtc_get': ds3231.c:90:52: warning: variable 'control' set but not used [-Wunused-but-set-variable] Fix is done by switching to standard debug() instead of custom macro. Signed-off-by: Wolfgang Denk <wd@denx.de>