Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265149
b: refs/heads/master
c: a2c76b8
h: refs/heads/master
i:
  265147: daab8ac
v: v3
  • Loading branch information
Kuninori Morimoto authored and Greg Kroah-Hartman committed Oct 19, 2011
1 parent b7e7db5 commit d87c1fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 3a7655fcb210b349111251689d0a56b7250885ea
refs/heads/master: a2c76b83fdd763c826f38a55127ccf25708099ce
6 changes: 3 additions & 3 deletions trunk/drivers/usb/renesas_usbhs/fifo.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ void usbhs_pkt_push(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt,
struct device *dev = usbhs_priv_to_dev(priv);
unsigned long flags;

/******************** spin lock ********************/
usbhs_lock(priv, flags);

if (!done) {
dev_err(dev, "no done function\n");
return;
}

/******************** spin lock ********************/
usbhs_lock(priv, flags);

if (!pipe->handler) {
dev_err(dev, "no handler function\n");
pipe->handler = &usbhsf_null_handler;
Expand Down

0 comments on commit d87c1fa

Please sign in to comment.