]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ACPI: use kstrdup()
authorThomas Meyer <thomas@m3y3r.de>
Sat, 6 Aug 2011 09:32:56 +0000 (11:32 +0200)
committerLen Brown <len.brown@intel.com>
Sat, 6 Aug 2011 15:13:55 +0000 (11:13 -0400)
commitd639d112a7305b0f722e603d94f9f9dc22548042
treeb915dc7d46d8ed6e03a4a3904f42ad8d43e54916
parentde96355c111679dd6e2c5c73e25e814c72510c58
ACPI: use kstrdup()

 Use kstrdup rather than duplicating its implementation

 The semantic patch that makes this output is available
 in scripts/coccinelle/api/kstrdup.cocci.

 More information about semantic patching is available at
 http://coccinelle.lip6.fr/

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/scan.c