diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2013-07-03 15:07:55 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-03 16:08:00 -0700 |
commit | d3869ff684cb96ccfaf3c3a9a302fe3b7e976b02 (patch) | |
tree | bfeb0b65a9c71824b9c694db5f876f358c7ceb7b /fs/cifs | |
parent | 998a06051afe6cba392eab66fa0ef1d7e7376f6c (diff) | |
download | op-kernel-dev-d3869ff684cb96ccfaf3c3a9a302fe3b7e976b02.zip op-kernel-dev-d3869ff684cb96ccfaf3c3a9a302fe3b7e976b02.tar.gz |
drivers/rtc/rtc-twl.c: fix rtc_reg_map initialization
Initialize the rtc_reg_map in platform_driver's probe function instead at
module_init time. This way we can make sure that the twl-core has been
already probed and initialized (twl_priv->twl_id is valid) since the
platform device for the RTC driver will be created by the twl-core after
it finished its init.
Reported-by: Christoph Fritz <chf.fritz@googlemail.com>
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Tested-by: Kevin Hilman <khilman@linaro.org>
Tested-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/cifs')
0 files changed, 0 insertions, 0 deletions