Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228986
b: refs/heads/master
c: 27cbe8d
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed Jan 3, 2011
1 parent 47bbf26 commit d090f61
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e3288f310111f7d18c323d95ae998765dee8c825
refs/heads/master: 27cbe8d4d1012847029dd8d7af1d6a41c22ddec6
4 changes: 1 addition & 3 deletions trunk/arch/microblaze/kernel/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,12 @@ static int __init early_init_dt_scan_serial(unsigned long node,
char *p;
int *addr;

pr_debug("search \"chosen\", depth: %d, uname: %s\n", depth, uname);
pr_debug("search \"serial\", depth: %d, uname: %s\n", depth, uname);

/* find all serial nodes */
if (strncmp(uname, "serial", 6) != 0)
return 0;

early_init_dt_check_for_initrd(node);

/* find compatible node with uartlite */
p = of_get_flat_dt_prop(node, "compatible", &l);
if ((strncmp(p, "xlnx,xps-uartlite", 17) != 0) &&
Expand Down

0 comments on commit d090f61

Please sign in to comment.