Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291958
b: refs/heads/master
c: 9af4acc
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Grant Likely committed Mar 11, 2012
1 parent 93270ee commit 6233305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 054ebcc4a88509e2488f341e8f0400045258f2a1
refs/heads/master: 9af4acc096eeb1ddd6f507d291c7c901949224a6
1 change: 1 addition & 0 deletions trunk/drivers/spi/spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ static void spi_pump_messages(struct kthread_work *work)
if (master->busy) {
ret = master->unprepare_transfer_hardware(master);
if (ret) {
spin_unlock_irqrestore(&master->queue_lock, flags);
dev_err(&master->dev,
"failed to unprepare transfer hardware\n");
return;
Expand Down

0 comments on commit 6233305

Please sign in to comment.