Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200686
b: refs/heads/master
c: f2263db
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Greg Kroah-Hartman committed Jun 30, 2010
1 parent 055c1ad commit af53d05
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: 9297688a9257d73956d4bba484d9dd331ca72c25
refs/heads/master: f2263db74a66f1e341efb115e9f2420678c927b9
4 changes: 2 additions & 2 deletions trunk/drivers/usb/musb/musb_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ static int musb_ulpi_write(struct otg_transceiver *otg,
return 0;
}
#else
#define musb_ulpi_read(a, b) NULL
#define musb_ulpi_write(a, b, c) NULL
#define musb_ulpi_read NULL
#define musb_ulpi_write NULL
#endif

static struct otg_io_access_ops musb_ulpi_access = {
Expand Down

0 comments on commit af53d05

Please sign in to comment.