Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10579
b: refs/heads/master
c: a3a3395
h: refs/heads/master
i:
  10577: 22ab9a9
  10575: 132fa6f
v: v3
  • Loading branch information
Jesper Juhl authored and Greg Kroah-Hartman committed Oct 28, 2005
1 parent 04522ab commit 454315d
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ad7e14a55ed7648d02a4df8e460e291d80a18c98
refs/heads/master: a3a3395e487abc4c1371fe319a8ecbb3913a70a4
3 changes: 1 addition & 2 deletions trunk/Documentation/DocBook/writing_usb_driver.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,7 @@ if (!retval) {
<programlisting>
static inline void skel_delete (struct usb_skel *dev)
{
if (dev->bulk_in_buffer != NULL)
kfree (dev->bulk_in_buffer);
kfree (dev->bulk_in_buffer);
if (dev->bulk_out_buffer != NULL)
usb_buffer_free (dev->udev, dev->bulk_out_size,
dev->bulk_out_buffer,
Expand Down

0 comments on commit 454315d

Please sign in to comment.