Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63492
b: refs/heads/master
c: ac1a236
h: refs/heads/master
v: v3
  • Loading branch information
Martin Michlmayr authored and Ralf Baechle committed Jul 31, 2007
1 parent 2cfaab5 commit 0630d4b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 72c0fcf70a0c15a6280b3cf2ad11c6fdaf0bd888
refs/heads/master: ac1a236aaaaaa24552bf16a8ba6dc5f88129fbd0
4 changes: 2 additions & 2 deletions trunk/arch/mips/cobalt/serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ static __init int cobalt_uart_add(void)
int retval;

/*
* Cobalt Qube1 and RAQ1 have no UART.
* Cobalt Qube1 has no UART.
*/
if (cobalt_board_id <= COBALT_BRD_ID_RAQ1)
if (cobalt_board_id == COBALT_BRD_ID_QUBE1)
return 0;

pdev = platform_device_alloc("serial8250", -1);
Expand Down

0 comments on commit 0630d4b

Please sign in to comment.