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

Commit d312ec25 authored by Chris Wilson's avatar Chris Wilson Committed by Eric Anholt
Browse files

drm/i915: Sparse warns about the incorrect sign for storing bit17

parent b4b78d12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;