Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83121
b: refs/heads/master
c: 1679196
h: refs/heads/master
i:
  83119: 30a1adc
v: v3
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Feb 5, 2008
1 parent 883ca2b commit 5f4ffa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 540e3102f75dca9c5e614905527599de18294cc8
refs/heads/master: 16791963ff7dd6a108251f5fa4b273cf1ffe531f
2 changes: 1 addition & 1 deletion trunk/drivers/serial/mcf.c
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ static struct uart_ops mcf_uart_ops = {

static struct mcf_uart mcf_ports[3];

#define MCF_MAXPORTS (sizeof(mcf_ports) / sizeof(struct mcf_uart))
#define MCF_MAXPORTS ARRAY_SIZE(mcf_ports)

/****************************************************************************/
#if defined(CONFIG_SERIAL_MCF_CONSOLE)
Expand Down

0 comments on commit 5f4ffa1

Please sign in to comment.