git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82160dd
)
ACPI: replace kmalloc+memcpy with kmemdup
author
Andrei Epure
<epure.andrei@gmail.com>
Mon, 11 Mar 2013 08:20:16 +0000
(08:20 +0000)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Sun, 24 Mar 2013 22:31:33 +0000
(23:31 +0100)
Replace the combination of kmalloc() and memcpy() in acpi_run_osc()
with a single call to kmemdup().
[rjw: Changelog]
Signed-off-by: Andrei Epure <epure.andrei@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
No differences found