commit | 09c3fbba88b444f5e46702cc90fd014d2df7b36d | [log] [tgz] |
---|---|---|
author | navin patidar <navin.patidar@gmail.com> | Sat May 03 17:15:32 2014 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat May 03 20:30:11 2014 -0400 |
tree | 263fa9d20a8a4cfeb423b9e2684e1a842ef25091 | |
parent | acfd19e70701dd1ba49653193eab88e379572e92 [diff] |
staging: rtl8188eu: Remove 'u8 *pbuf' from struct recv_buf 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>