From: Andrei Epure Date: Mon, 11 Mar 2013 08:20:16 +0000 (+0000) Subject: ACPI: replace kmalloc+memcpy with kmemdup X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~92^2~6^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2cb5f08469c991b187f66fa627d7673c7f3361b;p=pandora-kernel.git ACPI: replace kmalloc+memcpy with kmemdup Replace the combination of kmalloc() and memcpy() in acpi_run_osc() with a single call to kmemdup(). [rjw: Changelog] Signed-off-by: Andrei Epure Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed