diff options
author | Martin Kaiser <[email protected]> | 2023-02-06 21:17:58 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2023-02-07 08:41:03 +0100 |
commit | 49c41602a37b5fcad1203270eb95541e773bba0b (patch) | |
tree | 6978e14fd143baee0f6b7f40bdff8eb44ba5d123 /tools/perf/scripts/python/libxed.py | |
parent | a0b3a1c269d32a0d96b50de4b2a301add847b3cf (diff) |
staging: r8188eu: remove intf_start pointer
Remove the intf_start pointer that points to a media-specific start
function (pci, usb, sdio, ...). The r8188eu driver supports only usb.
We could call usb_intf_start directly instead of going through the
function pointer. usb_intf_start is just a call to rtl8188eu_inirp_init so
we can directly replace the intf_start pointer with rtl8188eu_inirp_init.
Signed-off-by: Martin Kaiser <[email protected]>
Tested-by: Philipp Hortmann <[email protected]> # Edimax N150
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions