Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213562
b: refs/heads/master
c: 92d3489
h: refs/heads/master
v: v3
  • Loading branch information
Javier Martinez Canillas authored and Greg Kroah-Hartman committed Oct 22, 2010
1 parent b5bd46f commit 9985af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 56e9406ca22968e3c9dc27d6dc0f1825e13bfff9
refs/heads/master: 92d3489ec58b5897a407b07ad9954497a119d3d0
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/r8a66597-udc.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ static inline void r8a66597_read_fifo(struct r8a66597 *r8a66597,
int len)
{
void __iomem *fifoaddr = r8a66597->reg + offset;
unsigned int data;
unsigned int data = 0;
int i;

if (r8a66597->pdata->on_chip) {
Expand Down

0 comments on commit 9985af2

Please sign in to comment.