From: Mitchel Humpherys Date: Mon, 17 Feb 2014 21:58:36 +0000 (-0800) Subject: staging: ion: Store a copy of the client name on client creation X-Git-Tag: v3.15-rc1~139^2~1017 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae5cbf4a5a117549717d1da12ac1bd84f10dac59;p=pandora-kernel.git staging: ion: Store a copy of the client name on client creation Currently, we copy the pointer passed in to ion_client_create without making a copy of the string itself. This approach is problematic since it relies on the client keeping the name string in working order. Cc: Colin Cross Cc: Android Kernel Team Signed-off-by: Mitchel Humpherys [jstultz: Minor commit subject tweaks] Signed-off-by: John Stultz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed