Skip to content

Commit

Permalink
drm/i915: Sparse warns about the incorrect sign for storing bit17
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>
  • Loading branch information
Chris Wilson authored and Eric Anholt committed Aug 2, 2010
1 parent b4b78d1 commit d312ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/i915_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ struct drm_i915_gem_object {
uint32_t stride;

/** Record of address bit 17 of each page at last unbind. */
long *bit_17;
unsigned long *bit_17;

/** AGP mapping type (AGP_USER_MEMORY or AGP_USER_CACHED_MEMORY */
uint32_t agp_type;
Expand Down

0 comments on commit d312ec2

Please sign in to comment.