Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36363
b: refs/heads/master
c: b94badb
h: refs/heads/master
i:
  36361: 4032142
  36359: 2181ef3
v: v3
  • Loading branch information
Dmitry Torokhov authored and Greg Kroah-Hartman committed Sep 27, 2006
1 parent 05f15c0 commit e8c3eb0
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 988440e7e51c6f8061c98d03d618ba090e7b84ef
refs/heads/master: b94badbb47cb50f4fca8440efdaa8ebd32604fe4
4 changes: 3 additions & 1 deletion trunk/drivers/usb/core/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,9 @@ void usb_buffer_free (
)
{
if (!dev || !dev->bus || !dev->bus->op || !dev->bus->op->buffer_free)
return;
return;
if (!addr)
return;
dev->bus->op->buffer_free (dev->bus, size, addr, dma);
}

Expand Down

0 comments on commit e8c3eb0

Please sign in to comment.