commit | 2870fde780bbdf6442e9efe7ca5fc11bcdd2a09a | [log] [tgz] |
---|---|---|
author | Rabin Vincent <rabin@rab.in> | Sun Nov 09 11:40:30 2008 +0530 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Nov 13 14:45:02 2008 -0800 |
tree | fd5d4038e7f683f1579694364bbd41adbdea8065 | |
parent | c6206faa4f18bcc837a12552b8c184ab1668fdea [diff] |
USB: mention URB_FREE_BUFFER in usb_free_urb documentation The usb_free_urb comment says that the transfer buffer will not be freed, but this is not the case when URB_FREE_BUFFER is set. Signed-off-by: Rabin Vincent <rabin@rab.in> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>