From: Jingoo Han Date: Thu, 28 Jun 2012 07:30:30 +0000 (+0900) Subject: USB: ohci-exynos: use devm_ functions X-Git-Tag: v3.6-rc1~101^2~53^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=390a0a78067c487609ba5bd18c264f7d5b6f4e96;p=pandora-kernel.git USB: ohci-exynos: 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