Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86522
b: refs/heads/master
c: 1de83e9
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Paul Mundt committed Feb 26, 2008
1 parent 665d186 commit d6d3d1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4377e605e0b004a8d2049eac6cc89fbe1fdcdbb2
refs/heads/master: 1de83e94e6d4af22614c100b0c69716ab6eaa870
2 changes: 1 addition & 1 deletion trunk/arch/sh/drivers/heartbeat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d6d3d1c

Please sign in to comment.