Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208022
b: refs/heads/master
c: fa345d0
h: refs/heads/master
v: v3
  • Loading branch information
Eric Bénard authored and Greg Kroah-Hartman committed Aug 10, 2010
1 parent 22d5999 commit e1ce0aa
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: 9800eb330df0c1a8ef6f4123705eea691000e374
refs/heads/master: fa345d0109ac8c8e388196b1db29d1a570239d3b
4 changes: 2 additions & 2 deletions trunk/drivers/usb/otg/ulpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static int ulpi_set_flags(struct otg_transceiver *otg)
if (otg->flags & USB_OTG_EXT_VBUS_INDICATOR)
flags |= ULPI_OTG_CTRL_EXTVBUSIND;

return otg_io_write(otg, flags, ULPI_SET(ULPI_OTG_CTRL));
return otg_io_write(otg, flags, ULPI_OTG_CTRL);
}

static int ulpi_init(struct otg_transceiver *otg)
Expand Down Expand Up @@ -95,7 +95,7 @@ static int ulpi_set_vbus(struct otg_transceiver *otg, bool on)
flags |= ULPI_OTG_CTRL_DRVVBUS_EXT;
}

return otg_io_write(otg, flags, ULPI_SET(ULPI_OTG_CTRL));
return otg_io_write(otg, flags, ULPI_OTG_CTRL);
}

struct otg_transceiver *
Expand Down

0 comments on commit e1ce0aa

Please sign in to comment.