From: Al Viro Date: Sun, 14 Oct 2007 18:34:20 +0000 (+0100) Subject: mpc5200_wdt: __user annotations X-Git-Tag: v2.6.24-rc1~1318 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=a39f9d028a48c9dfbc98e8c1504bf96578c65164 mpc5200_wdt: __user annotations Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- diff --git a/drivers/char/watchdog/mpc5200_wdt.c b/drivers/char/watchdog/mpc5200_wdt.c index 564143d40610..9cfb97576623 100644 --- 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;