Commit edbfa643 authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[PATCH] av7110_hw.c __user annotation

Signed-off-by: default avatarAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent e23fe6d2
......@@ -1051,7 +1051,7 @@ int av7110_osd_cmd(struct av7110 *av7110, osd_cmd_t *dc)
goto out;
} else {
int i, len = dc->x0-dc->color+1;
u8 __user *colors = (u8 *)dc->data;
u8 __user *colors = (u8 __user *)dc->data;
u8 r, g, b, blend;
for (i = 0; i<len; i++) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment