Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1073514b authored by Guenter Roeck's avatar Guenter Roeck Committed by Chanwoo Choi
Browse files

extcon: gpio: Do not unnecessarily initialize variables

parent cb8bb3a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ static int gpio_extcon_probe(struct platform_device *pdev)
{
	struct gpio_extcon_platform_data *pdata = pdev->dev.platform_data;
	struct gpio_extcon_data *extcon_data;
	int ret = 0;
	int ret;

	if (!pdata)
		return -EBUSY;