lkml.org 
[lkml]   [2014]   [Nov]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Date
    Subject[PATCH 3.2 025/102] usb: dwc3: core: use pm_runtime_put_sync() on remove
    3.2.64-rc1 review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Felipe Balbi <balbi@ti.com>

    commit 16b972a592ea2c9a3c2a3c12238de650fd4043a9 upstream.

    We are going to disable runtime_pm and we're
    removing the driver, we must disable the device
    now.

    Signed-off-by: Felipe Balbi <balbi@ti.com>
    Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
    ---
    drivers/usb/dwc3/core.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/drivers/usb/dwc3/core.c
    +++ b/drivers/usb/dwc3/core.c
    @@ -427,7 +427,7 @@ static int __devexit dwc3_remove(struct

    res = platform_get_resource(pdev, IORESOURCE_MEM, 0);

    - pm_runtime_put(&pdev->dev);
    + pm_runtime_put_sync(&pdev->dev);
    pm_runtime_disable(&pdev->dev);

    dwc3_debugfs_exit(dwc);


    \
     
     \ /
      Last update: 2014-11-02 00:01    [W:4.148 / U:0.044 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site