diff options
Diffstat (limited to 'drivers/gpio')
| -rw-r--r-- | drivers/gpio/gpio-clps711x.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpio/gpio-clps711x.c b/drivers/gpio/gpio-clps711x.c index ad181db7950..ce63b75b13f 100644 --- a/drivers/gpio/gpio-clps711x.c +++ b/drivers/gpio/gpio-clps711x.c @@ -162,8 +162,7 @@ static int __init gpio_clps711x_init(void)  			    GFP_KERNEL);  	if (!gpio) {  		dev_err(&pdev->dev, "GPIO allocating memory error\n"); -		platform_device_del(pdev); -		platform_device_put(pdev); +		platform_device_unregister(pdev);  		return -ENOMEM;  	}  |