git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acfd19e
)
staging: rtl8188eu: Remove 'u8 *pbuf' from struct recv_buf
author
navin patidar
<navin.patidar@gmail.com>
Sat, 3 May 2014 11:45:32 +0000
(17:15 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 4 May 2014 00:30:11 +0000
(20:30 -0400)
Instead of using pbuf to pass sbk data pointer to usb_fill_bulk_urb(),
we can use precvbuf->pskb->data to do that.
Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found