commit | b67fda9a8280b14d44712d2ad6413e0074b070b8 | [log] [tgz] |
---|---|---|
author | Hayes Wang <hayeswang@realtek.com> | Thu Jun 17 18:00:15 2021 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 17 11:58:11 2021 -0700 |
tree | 0c64f2bf9623c227bd5dc76e787405d7da2259a1 | |
parent | a52171ae7b803f4587b8172d1768313b4d093d0a [diff] |
r8152: store the information of the pipes Store the information of the pipes to avoid calling usb_rcvctrlpipe(), usb_sndctrlpipe(), usb_rcvbulkpipe(), usb_sndbulkpipe(), and usb_rcvintpipe() frequently. Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: David S. Miller <davem@davemloft.net>