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

Commit 5275653f authored by Stelian Pop's avatar Stelian Pop Committed by Haavard Skinnemoen
Browse files

atmel_usba_udc: Add missing kfree() in usba_udc_remove()

parent 8d855317
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1998,6 +1998,7 @@ static int __exit usba_udc_remove(struct platform_device *pdev)
		gpio_free(udc->vbus_pin);

	free_irq(udc->irq, udc);
	kfree(usba_ep);
	iounmap(udc->fifo);
	iounmap(udc->regs);
	clk_put(udc->hclk);