Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286771
b: refs/heads/master
c: a3f83ab
h: refs/heads/master
i:
  286769: 77bee8e
  286767: 94860e4
v: v3
  • Loading branch information
Igor Murzov authored and Dave Airlie committed Jan 24, 2012
1 parent 54e2595 commit c48f6bb
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: 11ef3f1f8780b64425a4cadbf42a46aa2e36895f
refs/heads/master: a3f83ab1a717c0e6c2f59a4cfdaa10707cc35c55
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_atpx_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ static int radeon_atrm_call(acpi_handle atrm_handle, uint8_t *bios,
}

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

0 comments on commit c48f6bb

Please sign in to comment.