Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201603
b: refs/heads/master
c: a02b042
h: refs/heads/master
i:
  201601: 4190528
  201599: 1262ccb
v: v3
  • Loading branch information
Uwe Kleine-König committed Jun 24, 2010
1 parent 88bae0c commit a382894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 05a3185cad1bb4e1b2206fdca9041234c3662a25
refs/heads/master: a02b0420ff54bb21850c6faedc86838aadf2a832
3 changes: 1 addition & 2 deletions trunk/arch/arm/mach-mx1/mach-scb9328.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,10 @@ static int uart1_mxc_init(struct platform_device *pdev)
ARRAY_SIZE(mxc_uart1_pins), "UART1");
}

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

static struct imxuart_platform_data uart_pdata = {
Expand Down

0 comments on commit a382894

Please sign in to comment.