From: Tomasz Figa Date: Thu, 16 May 2013 09:57:07 +0000 (+0200) Subject: usb: phy: samsung: Use clk_get to get reference clock X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~78^2~60^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87331b069761a292c7d832fc3bb34cde56418982;p=pandora-kernel.git usb: phy: samsung: Use clk_get to get reference clock There is no need to use devm_clk_get to get a clock that is being put at the end of the function. This patch changes the code getting reference clock to use clk_get instead of useless in this case devm_clk_get. Signed-off-by: Tomasz Figa Signed-off-by: Kyungmin Park Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed