Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186486
b: refs/heads/master
c: 7d0b0a4
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Mar 2, 2010
1 parent fa9dd04 commit 246b521
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: 9adae9720998c10a882d4c6f9a82527bf8f62d59
refs/heads/master: 7d0b0a4434dd97d8e0731241aee586460f7fb7bd
2 changes: 1 addition & 1 deletion trunk/arch/sh/boards/mach-migor/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ static int __init migor_devices_setup(void)
* The original driver sets SIUB OLR/OBT, ILR/IBT, and SIUA OLR/OBT to
* output. Need only SIUB, set to output for master mode (table 34.2)
*/
ctrl_outw(ctrl_inw(PORT_MSELCRA) | 1, PORT_MSELCRA);
__raw_writew(__raw_readw(PORT_MSELCRA) | 1, PORT_MSELCRA);

i2c_register_board_info(0, migor_i2c_devices,
ARRAY_SIZE(migor_i2c_devices));
Expand Down

0 comments on commit 246b521

Please sign in to comment.