Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2204394 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] arcfb __user annotations

parent cd030665
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */