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

Commit b71edbe9 authored by Sascha Hauer's avatar Sascha Hauer
Browse files

[ARM] MX27ads: fix function name

parent 2955de5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ static int uart_mxc_port1_init(struct platform_device *pdev)

static int uart_mxc_port1_exit(struct platform_device *pdev)
{
	mxc_gpio_setup_release_pins(mxc_uart1_pins,
	mxc_gpio_release_multiple_pins(mxc_uart1_pins,
			ARRAY_SIZE(mxc_uart1_pins));
	return 0;
}