Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286910
b: refs/heads/master
c: 2e95e51
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Jan 21, 2012
1 parent 2131246 commit 38344ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2a7f51a3e08cdaeea78d9e101a0079422a55bbc3
refs/heads/master: 2e95e51e184bd107380881502ea0f483c4500706
1 change: 1 addition & 0 deletions trunk/drivers/mfd/ucb1x00-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@ static int ucb1x00_resume(struct mcp *mcp)
struct ucb1x00 *ucb = mcp_get_drvdata(mcp);
struct ucb1x00_dev *dev;

ucb1x00_reg_write(ucb, UCB_IO_DATA, ucb->io_out);
ucb1x00_reg_write(ucb, UCB_IO_DIR, ucb->io_dir);
mutex_lock(&ucb1x00_mutex);
list_for_each_entry(dev, &ucb->devs, dev_node) {
Expand Down

0 comments on commit 38344ae

Please sign in to comment.