From: Viresh Kumar Date: Thu, 8 Nov 2012 15:07:59 +0000 (+0530) Subject: usb: spear-ehci/ohci: Use devm_*() routines X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~82^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98515e5923b1c8f982511eeec9d27014b05efebf;p=pandora-kernel.git usb: spear-ehci/ohci: Use devm_*() routines This patch frees SPEAr ehci/ohci drivers from tension of freeing resources :) devm_* derivatives of multiple routines are used while allocating resources, which would be freed automatically by kernel. Signed-off-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed