diff options
-rw-r--r-- | drivers/rtc/rtc-ps3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/rtc-ps3.c b/drivers/rtc/rtc-ps3.c index 446f5e23301a..f0336d691e6c 100644 --- a/drivers/rtc/rtc-ps3.c +++ b/drivers/rtc/rtc-ps3.c @@ -52,6 +52,7 @@ static int __init ps3_rtc_probe(struct platform_device *dev) return PTR_ERR(rtc); rtc->ops = &ps3_rtc_ops; + rtc->range_max = U64_MAX; platform_set_drvdata(dev, rtc); |