Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81312
b: refs/heads/master
c: 1dd4561
h: refs/heads/master
v: v3
  • Loading branch information
Kumar Gala committed Jan 24, 2008
1 parent c99cde5 commit e40f400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: de3c8d41828553fa4cbba0399826e20a02670663
refs/heads/master: 1dd4561e7d9b907afd10709f9ff092861e8ab095
2 changes: 1 addition & 1 deletion trunk/drivers/serial/cpm_uart/cpm_uart_cpm2.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ void scc2_lineif(struct uart_cpm_port *pinfo)
* really has to get out of the driver so boards can
* be supported in a sane fashion.
*/
volatile cpmux_t *cpmux = cpm2_map(im_cpmux);
#ifndef CONFIG_STX_GP3
volatile iop_cpm2_t *io = cpm2_map(im_ioport);
volatile cpmux_t *cpmux = cpm2_map(im_cpmux);

io->iop_pparb |= 0x008b0000;
io->iop_pdirb |= 0x00880000;
Expand Down

0 comments on commit e40f400

Please sign in to comment.