Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275868
b: refs/heads/master
c: 20403e8
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Artamonow authored and Wim Van Sebroeck committed Nov 16, 2011
1 parent 402b2e8 commit 2fb203a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f9849100851b28c8ad83e86d68d5110497a4e9d6
refs/heads/master: 20403e845f9988446c5b48024ff4d0c3a5929f7d
4 changes: 2 additions & 2 deletions trunk/drivers/watchdog/s3c2410_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,8 +401,8 @@ static int __devinit s3c2410wdt_probe(struct platform_device *pdev)

dev_info(dev, "watchdog %sactive, reset %sabled, irq %sabled\n",
(wtcon & S3C2410_WTCON_ENABLE) ? "" : "in",
(wtcon & S3C2410_WTCON_RSTEN) ? "" : "dis",
(wtcon & S3C2410_WTCON_INTEN) ? "" : "en");
(wtcon & S3C2410_WTCON_RSTEN) ? "en" : "dis",
(wtcon & S3C2410_WTCON_INTEN) ? "en" : "dis");

return 0;

Expand Down

0 comments on commit 2fb203a

Please sign in to comment.