diff options
author | Dave Airlie <airlied@linux.ie> | 2006-08-19 16:31:34 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-08-19 16:31:34 +1000 |
commit | f89a576aece919f2f9bd42b7d36a5df62cb0d68e (patch) | |
tree | 73f65c8d3afdcdec2b443da1adc2012bced13794 /bsd-core/drm_irq.c | |
parent | 0316f93d51abc52b816e936e0ece304ac47799c3 (diff) |
drm: i810_dma.c: fix pointer arithmetic for 64-bit target
First warning result from open-coded PTR_ERR,
the rest is caused by code like this:
*(u32 *) ((u32) buf_priv->kernel_virtual + used)
I've also fixed a missing PTR_ERR in i830_dma.c
From: Denis Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'bsd-core/drm_irq.c')
0 files changed, 0 insertions, 0 deletions