rtc: s3c: Don't print an error on probe deferral
authorJavier Martinez Canillas <javier@osg.samsung.com>
Tue, 15 Mar 2016 01:38:38 +0000 (22:38 -0300)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Fri, 18 Mar 2016 23:00:12 +0000 (00:00 +0100)
commitae6e00b4c01f701a9a268adf35371c018396cd05
tree4209918521d0a4bb02d83cf7302df4ef6e9a1508
parent399221ccf45106455c163bb34b4e66256c0ae233
rtc: s3c: Don't print an error on probe deferral

The clock and source clock looked up by the driver may not be available
just because the clock controller driver was not probed yet so printing
an error in this case is not correct and only adds confusion to users.

However, knowing that a driver's probe was deferred may be useful so it
can be printed as a debug information.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-s3c.c