]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dw_dmac: don't call platform_get_drvdata twice
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 18 Oct 2012 14:34:10 +0000 (17:34 +0300)
committerVinod Koul <vinod.koul@linux.intel.com>
Mon, 29 Oct 2012 05:14:30 +0000 (10:44 +0530)
commit087a0e30071e9cc8062f5c2b3bc3c530df6364cc
treefe1bafb937cbdf614ed1f5bb17077b6dd9c2f30a
parenta61beb81f80505552ae372181c79daa7f5a5b25d
dw_dmac: don't call platform_get_drvdata twice

There is no need to call platform_get_drvdata twice as we have it already in dw
variable.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
drivers/dma/dw_dmac.c