commit | 8d53e626759415700022d421e4e0eab245c2dc23 | [log] [tgz] |
---|---|---|
author | Anurag Kumar Vulisha <anurag.kumar.vulisha@xilinx.com> | Fri Sep 09 18:58:37 2016 +0530 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Sep 12 10:07:24 2016 +0300 |
tree | c627ba7ac3053a8fba273654a7a1d40be6b549cb | |
parent | 5e6c88d28ccbe72bedee1fbf4f9fea4764208598 [diff] |
usb: dwc3: of-simple: Fix warning during unbind In dwc3_of_simple_remove() we are using clk_unprepare() before doing any clk_disable(). If we enable Common CLK framework (CCF) and try to unbind dwc3-of-simple driver, we see kernel WARN messages. This patch fixes this kernel warning by using clk_disable_unprepare() instead of clk_unprepare(). Signed-off-by: Anurag Kumar Vulisha <anuragku@xilinx.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>