|
@@ -361,7 +361,7 @@ static int bfin_rtc_probe(struct platform_device *pdev)
|
|
|
/* Register our RTC with the RTC framework */
|
|
|
rtc->rtc_dev = devm_rtc_device_register(dev, pdev->name, &bfin_rtc_ops,
|
|
|
THIS_MODULE);
|
|
|
- if (unlikely(IS_ERR(rtc->rtc_dev)))
|
|
|
+ if (IS_ERR(rtc->rtc_dev))
|
|
|
return PTR_ERR(rtc->rtc_dev);
|
|
|
|
|
|
/* Grab the IRQ and init the hardware */
|