Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17152
b: refs/heads/master
c: 52020d2
h: refs/heads/master
v: v3
  • Loading branch information
Andy Whitcroft authored and Paul Mackerras committed Jan 9, 2006
1 parent d245559 commit cdf7f5a
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 2bf6a8fa21570f37fd1789610da30f70a05ac5e3
refs/heads/master: 52020d2bda9fe447bb50674a2e39e4064b6a10b5
7 changes: 5 additions & 2 deletions trunk/arch/powerpc/platforms/powermac/udbg_adb.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,12 @@ int udbg_adb_init(int force_btext)
udbg_adb_old_getc_poll = udbg_getc_poll;

/* Check if our early init was already called */
if (udbg_adb_old_putc == udbg_adb_putc ||
udbg_adb_old_putc == btext_drawchar)
if (udbg_adb_old_putc == udbg_adb_putc)
udbg_adb_old_putc = NULL;
#ifdef CONFIG_BOOTX_TEXT
if (udbg_adb_old_putc == btext_drawchar)
udbg_adb_old_putc = NULL;
#endif

/* Set ours as output */
udbg_putc = udbg_adb_putc;
Expand Down

0 comments on commit cdf7f5a

Please sign in to comment.