projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d966d4
)
mpc5200_wdt: __user annotations
author
Al Viro
<
[email protected]
>
Sun, 14 Oct 2007 18:34:20 +0000
(19:34 +0100)
committer
Linus Torvalds
<
[email protected]
>
Sun, 14 Oct 2007 19:41:51 +0000
(12:41 -0700)
Signed-off-by: Al Viro <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/char/watchdog/mpc5200_wdt.c
patch
|
blob
|
history
diff --git
a/drivers/char/watchdog/mpc5200_wdt.c
b/drivers/char/watchdog/mpc5200_wdt.c
index 564143d406105dfc5bce3bee89f6cd539ead4b20..9cfb9757662361cb64b770764aa1fa66a4be29f8 100644
(file)
--- a/
drivers/char/watchdog/mpc5200_wdt.c
+++ b/
drivers/char/watchdog/mpc5200_wdt.c
@@
-81,7
+81,7
@@
static int mpc5200_wdt_stop(struct mpc5200_wdt *wdt)
/* file operations */
-static ssize_t mpc5200_wdt_write(struct file *file, const char *data,
+static ssize_t mpc5200_wdt_write(struct file *file, const char
__user
*data,
size_t len, loff_t *ppos)
{
struct mpc5200_wdt *wdt = file->private_data;