|
@@ -93,7 +93,7 @@ static int heartbeat_drv_probe(struct platform_device *pdev)
|
|
|
}
|
|
|
|
|
|
hd->base = ioremap_nocache(res->start, res->end - res->start + 1);
|
|
|
- if (!unlikely(hd->base)) {
|
|
|
+ if (unlikely(!hd->base)) {
|
|
|
dev_err(&pdev->dev, "ioremap failed\n");
|
|
|
|
|
|
if (!pdev->dev.platform_data)
|