Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96290
b: refs/heads/master
c: 3d2c2f3
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed May 8, 2008
1 parent 6006505 commit fda386e
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: 9b4e466f93c6b614d05139d84a930a55fe4cd781
refs/heads/master: 3d2c2f3ef7c5425d23424326a2345c385bb2d415
2 changes: 1 addition & 1 deletion trunk/drivers/serial/sh-sci.h
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
unsigned int addr = port->mapbase + (offset); \
if ((size) == 8) { \
ctrl_outb(value, addr); \
} else { \
} else if ((size) == 16) { \
ctrl_outw(value, addr); \
}

Expand Down

0 comments on commit fda386e

Please sign in to comment.