Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115691
b: refs/heads/master
c: 48f185d
h: refs/heads/master
i:
  115689: 4b11215
  115687: 3f167af
v: v3
  • Loading branch information
David Howells authored and Dave Airlie committed Oct 17, 2008
1 parent b5f8221 commit e57c2cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6bb9e4bff5c6fd908d907222108ef5650d77972f
refs/heads/master: 48f185d0e0f3adde81117ead074e5e6ec5548449
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/sis/sis_mm.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static void *sis_sman_mm_allocate(void *private, unsigned long size,
if (req.size == 0)
return NULL;
else
return (void *)~req.offset;
return (void *)(unsigned long)~req.offset;
}

static void sis_sman_mm_free(void *private, void *ref)
Expand Down

0 comments on commit e57c2cb

Please sign in to comment.