From: Jingoo Han Date: Thu, 28 Jun 2012 07:29:46 +0000 (+0900) Subject: USB: ehci-s5p: use devm_ functions X-Git-Tag: v3.6-rc1~101^2~53^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cb07563721cb05f91b517aefd70b57ba8a1d5aa;p=pandora-kernel.git USB: ehci-s5p: use devm_ functions The devm_ functions allocate memory that is released when a driver detaches. This makes the code smaller and a bit simpler. Signed-off-by: Jingoo Han Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed