projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e3eaf1
)
[WATCHDOG] Fix s3c2410_wdt driver coding style issues
author
Ben Dooks
<ben-linux@fluff.org>
Sun, 22 Jun 2008 21:36:51 +0000
(22:36 +0100)
committer
Wim Van Sebroeck
<wim@iguana.be>
Tue, 26 Aug 2008 20:18:59 +0000
(20:18 +0000)
Fixup coding style issues in the s3c2410_wdt driver.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/s3c2410_wdt.c
patch
|
blob
|
history
diff --git
a/drivers/watchdog/s3c2410_wdt.c
b/drivers/watchdog/s3c2410_wdt.c
index
825dbd5
..
86d4280
100644
(file)
--- a/
drivers/watchdog/s3c2410_wdt.c
+++ b/
drivers/watchdog/s3c2410_wdt.c
@@
-353,7
+353,7
@@
static int s3c2410wdt_probe(struct platform_device *pdev)
return -ENOENT;
}
- size = (res->end
-res->start)+
1;
+ size = (res->end
- res->start) +
1;
wdt_mem = request_mem_region(res->start, size, pdev->name);
if (wdt_mem == NULL) {
dev_err(dev, "failed to get memory region\n");