X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=drivers%2Fdma%2Fsh%2Fusb-dmac.c;h=1cc06900153e4c6f763b8b35e2458869d61e53b7;hb=c1ff8600657411cdc51da170a5f51b8ecc7a90e2;hp=8f7ceb698226ca7d29a91e39821e57c27c7863f0;hpb=6dd580b93da8de5cab4ac1f24f343086318b664e;p=linux-2.6-microblaze.git diff --git a/drivers/dma/sh/usb-dmac.c b/drivers/dma/sh/usb-dmac.c index 8f7ceb698226..1cc06900153e 100644 --- a/drivers/dma/sh/usb-dmac.c +++ b/drivers/dma/sh/usb-dmac.c @@ -855,8 +855,8 @@ static int usb_dmac_probe(struct platform_device *pdev) error: of_dma_controller_free(pdev->dev.of_node); - pm_runtime_put(&pdev->dev); error_pm: + pm_runtime_put(&pdev->dev); pm_runtime_disable(&pdev->dev); return ret; }