Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14076
b: refs/heads/master
c: c5b6097
h: refs/heads/master
v: v3
  • Loading branch information
Clemens Buchacher authored and Linus Torvalds committed Nov 14, 2005
1 parent aef8e5e commit 2e08f57
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: 8426e1f6af0fd7f44d040af7263750c5a52f3cc3
refs/heads/master: c5b609797b8e212dbfaf23944da8bf8c53233d5c
4 changes: 2 additions & 2 deletions trunk/arch/mips/au1000/common/usbdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ endpoint_stall(endpoint_t * ep)
{
u32 cs;

warn(__FUNCTION__);
warn("%s", __FUNCTION__);

cs = au_readl(ep->reg->ctrl_stat) | USBDEV_CS_STALL;
au_writel(cs, ep->reg->ctrl_stat);
Expand All @@ -360,7 +360,7 @@ endpoint_unstall(endpoint_t * ep)
{
u32 cs;

warn(__FUNCTION__);
warn("%s", __FUNCTION__);

cs = au_readl(ep->reg->ctrl_stat) & ~USBDEV_CS_STALL;
au_writel(cs, ep->reg->ctrl_stat);
Expand Down

0 comments on commit 2e08f57

Please sign in to comment.