Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356361
b: refs/heads/master
c: 176ebf8
h: refs/heads/master
i:
  356359: 1f97953
v: v3
  • Loading branch information
Wei Yongjun authored and Benjamin Herrenschmidt committed Jan 10, 2013
1 parent fc22fc7 commit a64f7de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 7943b310001fd7858154bc3af2a78e0dd6bfea03
refs/heads/master: 176ebf8736ee87e3bac4b4a8cbd95a5ca18dbec7
5 changes: 2 additions & 3 deletions trunk/arch/powerpc/platforms/cell/celleb_scc_sio.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,13 @@ static struct {
static int __init txx9_serial_init(void)
{
extern int early_serial_txx9_setup(struct uart_port *port);
struct device_node *node = NULL;
struct device_node *node;
int i;
struct uart_port req;
struct of_irq irq;
struct resource res;

while ((node = of_find_compatible_node(node,
"serial", "toshiba,sio-scc")) != NULL) {
for_each_compatible_node(node, "serial", "toshiba,sio-scc") {
for (i = 0; i < ARRAY_SIZE(txx9_scc_tab); i++) {
if (!(txx9_serial_bitmap & (1<<i)))
continue;
Expand Down

0 comments on commit a64f7de

Please sign in to comment.