Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267334
b: refs/heads/master
c: 2f7861d
h: refs/heads/master
v: v3
  • Loading branch information
WANG Cong authored and Greg Kroah-Hartman committed Sep 22, 2011
1 parent 0266d5d commit ed6e720
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: ee160a38eee357ed2572cf41437d5814ce53c839
refs/heads/master: 2f7861de111bb8e33e6ab9f9607583c6fbc00132
4 changes: 2 additions & 2 deletions trunk/drivers/tty/serial/crisv10.c
Original file line number Diff line number Diff line change
Expand Up @@ -4450,7 +4450,7 @@ static int __init rs_init(void)

#if defined(CONFIG_ETRAX_RS485)
#if defined(CONFIG_ETRAX_RS485_ON_PA)
if (cris_io_interface_allocate_pins(if_ser0, 'a', rs485_pa_bit,
if (cris_io_interface_allocate_pins(if_serial_0, 'a', rs485_pa_bit,
rs485_pa_bit)) {
printk(KERN_CRIT "ETRAX100LX serial: Could not allocate "
"RS485 pin\n");
Expand All @@ -4459,7 +4459,7 @@ static int __init rs_init(void)
}
#endif
#if defined(CONFIG_ETRAX_RS485_ON_PORT_G)
if (cris_io_interface_allocate_pins(if_ser0, 'g', rs485_pa_bit,
if (cris_io_interface_allocate_pins(if_serial_0, 'g', rs485_pa_bit,
rs485_port_g_bit)) {
printk(KERN_CRIT "ETRAX100LX serial: Could not allocate "
"RS485 pin\n");
Expand Down

0 comments on commit ed6e720

Please sign in to comment.