Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287154
b: refs/heads/master
c: de47a9c
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Feb 2, 2012
1 parent 3e5f389 commit 3f7d35a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3f7e363249ad5f4070025f6c09fd264f93f24eab
refs/heads/master: de47a9cd62771e3e78954d855d2304fbad4c5a44
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_atpx_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ static int radeon_atrm_call(acpi_handle atrm_handle, uint8_t *bios,

obj = (union acpi_object *)buffer.pointer;
memcpy(bios+offset, obj->buffer.pointer, obj->buffer.length);
len = obj->buffer.length;
kfree(buffer.pointer);
return obj->buffer.length;
return len;
}

bool radeon_atrm_supported(struct pci_dev *pdev)
Expand Down

0 comments on commit 3f7d35a

Please sign in to comment.