Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325977
b: refs/heads/master
c: a156544
h: refs/heads/master
i:
  325975: a937cd4
v: v3
  • Loading branch information
Felipe Balbi committed Aug 7, 2012
1 parent 4631253 commit e04c999
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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: f039df580a518df49abff35fec970268bc3c51e3
refs/heads/master: a156544bc90e82d61bd7c25e6258e4da32256bea
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 @@ -354,7 +354,7 @@ void musb_load_testpacket(struct musb *musb)
/*
* Handles OTG hnp timeouts, such as b_ase0_brst
*/
void musb_otg_timer_func(unsigned long data)
static void musb_otg_timer_func(unsigned long data)
{
struct musb *musb = (struct musb *)data;
unsigned long flags;
Expand Down Expand Up @@ -1336,7 +1336,7 @@ static int __devinit ep_config_from_hw(struct musb *musb)
{
u8 epnum = 0;
struct musb_hw_ep *hw_ep;
void *mbase = musb->mregs;
void __iomem *mbase = musb->mregs;
int ret = 0;

dev_dbg(musb->controller, "<== static silicon ep config\n");
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/musb/musb_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ static inline void musb_configure_ep0(struct musb *musb)
static inline int musb_read_fifosize(struct musb *musb,
struct musb_hw_ep *hw_ep, u8 epnum)
{
void *mbase = musb->mregs;
void __iomem *mbase = musb->mregs;
u8 reg = 0;

/* read from core using indexed model */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/musb/tusb6010.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ tusb_fifo_write_unaligned(void __iomem *fifo, const u8 *buf, u16 len)
}

static inline void tusb_fifo_read_unaligned(void __iomem *fifo,
void __iomem *buf, u16 len)
void *buf, u16 len)
{
u32 val;
int i;
Expand Down

0 comments on commit e04c999

Please sign in to comment.