aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSuwan Kim <suwan.kim027@gmail.com>2019-03-06 00:11:10 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-03-19 15:00:34 +0100
commitfc2f113e5c0ee9a297c62700d8b71809f5785b33 (patch)
treed814c97387fb35df2f34e0709acb714188466f07 /tools/perf/scripts/python
parentUSB: usb.h: tweak struct urb to remove wasted space (diff)
downloadlinux-fc2f113e5c0ee9a297c62700d8b71809f5785b33.tar.gz
linux-fc2f113e5c0ee9a297c62700d8b71809f5785b33.zip
usbip: Remove unnecessary null check
"vdev" points to vhci_hcd->vdev[] array and vhci_hcd->vdev[] array is not a pointer array but a structure array and it is already used in vhci_urb_enqueue() and then passed to vhci_tx_urb() as an argument. vhci_tx_urb() is not called except vhci_urb_enqueue(). So, "vdev" can not be null pointer. This null check statement is meaningless. Signed-off-by: Suwan Kim <suwan.kim027@gmail.com> Acked-by: Shuah Khan <shuah@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions