Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307397
b: refs/heads/master
c: 10f5ab0
h: refs/heads/master
i:
  307395: 4eaa362
v: v3
  • Loading branch information
Dan Carpenter authored and Dave Airlie committed May 17, 2012
1 parent 2c06cba commit 24c8edd
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: 0333592ff9e936c6e5ae143e7418468a3198b54d
refs/heads/master: 10f5ab04056207b900e903f1e4b50b8e3867b67e
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/savage/savage_bci.c
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ static int savage_do_init_bci(struct drm_device * dev, drm_savage_init_t * init)
return -EINVAL;
}
drm_core_ioremap(dev->agp_buffer_map, dev);
if (!dev->agp_buffer_map) {
if (!dev->agp_buffer_map->handle) {
DRM_ERROR("failed to ioremap DMA buffer region!\n");
savage_do_cleanup_bci(dev);
return -ENOMEM;
Expand Down

0 comments on commit 24c8edd

Please sign in to comment.