From e38379ba87220f36d3b9f470c4289ac418ff07e8 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Thu, 15 Dec 2005 09:18:15 +0000 Subject: [PATCH] --- yaml --- r: 15180 b: refs/heads/master c: d22043940eb8d660df9a94e8e439ab4d3d16edab h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/video/arcfb.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f0eb0b57b2f2..b1db53e99f4a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cd0306656c15f355e0e533cc0f08691bb98ca912 +refs/heads/master: d22043940eb8d660df9a94e8e439ab4d3d16edab diff --git a/trunk/drivers/video/arcfb.c b/trunk/drivers/video/arcfb.c index 080db812ca48..2784f0a9d693 100644 --- a/trunk/drivers/video/arcfb.c +++ b/trunk/drivers/video/arcfb.c @@ -441,7 +441,7 @@ static int arcfb_ioctl(struct inode *inode, struct file *file, * the fb. it's inefficient for them to do anything less than 64*8 * writes since we update the lcd in each write() anyway. */ -static ssize_t arcfb_write(struct file *file, const char *buf, size_t count, +static ssize_t arcfb_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos) { /* modded from epson 1355 */