diff options
Diffstat (limited to 'drivers/usb/phy/phy-nop.c')
| -rw-r--r-- | drivers/usb/phy/phy-nop.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/phy/phy-nop.c b/drivers/usb/phy/phy-nop.c index 2b10cc969bb..638cc5dade3 100644 --- a/drivers/usb/phy/phy-nop.c +++ b/drivers/usb/phy/phy-nop.c @@ -254,8 +254,6 @@ static int nop_usb_xceiv_remove(struct platform_device *pdev)  	usb_remove_phy(&nop->phy); -	platform_set_drvdata(pdev, NULL); -  	return 0;  }  |