Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67327
b: refs/heads/master
c: af6a9aa
h: refs/heads/master
i:
  67325: d87b0c2
  67323: 7fe40ad
  67319: c375408
  67311: 88c3dd9
  67295: 4267760
  67263: 3fd887b
  67199: 3577b2f
  67071: b1e4fa7
v: v3
  • Loading branch information
John Rigby authored and Kumar Gala committed Sep 14, 2007
1 parent dbe75c1 commit 4b07e22
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: 82925e76db19112cad62066828c1db0bbb3f77e3
refs/heads/master: af6a9aabc106b70ab03d6665c713bca3dd3cb195
2 changes: 1 addition & 1 deletion trunk/drivers/serial/mpc52xx_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ mpc52xx_uart_of_assign(struct device_node *np, int idx)
/* If the slot is already occupied, then swap slots */
if (mpc52xx_uart_nodes[idx] && (free_idx != -1))
mpc52xx_uart_nodes[free_idx] = mpc52xx_uart_nodes[idx];
mpc52xx_uart_nodes[i] = np;
mpc52xx_uart_nodes[idx] = np;
}

static void
Expand Down

0 comments on commit 4b07e22

Please sign in to comment.