diff options
| author | Alexander Viro <viro@parcelfarce.linux.theplanet.co.uk> | 2004-12-28 18:42:36 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-12-28 18:42:36 -0800 |
| commit | b83c710d0d2a1d2c19400849edc8d3450cc632cb (patch) | |
| tree | 505bb5814d7b50e415ca154e81ccddd345b9a737 | |
| parent | d22d3460e97c07f6e22f66089fdd6781ed3e24b0 (diff) | |
[PATCH] av7110_hw __user annotations fix
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
| -rw-r--r-- | drivers/media/dvb/ttpci/av7110_hw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/av7110_hw.c b/drivers/media/dvb/ttpci/av7110_hw.c index c6f0160f82f4..f5e08f258d99 100644 --- a/drivers/media/dvb/ttpci/av7110_hw.c +++ b/drivers/media/dvb/ttpci/av7110_hw.c @@ -1034,7 +1034,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++) { |
