aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorJohan Hovold <[email protected]>2021-05-24 13:09:18 +0200
committerMauro Carvalho Chehab <[email protected]>2021-06-02 14:14:16 +0200
commit8ed339f23d41e21660a389adf2e7b2966d457ff6 (patch)
tree8817450989490d176c4bffdf4da33d8d3bec04c6 /tools/perf/scripts/python/syscall-counts.py
parent5eabfbdd7d6a473afbbd4916877ee04801ca2c45 (diff)
media: gspca/gl860: fix zero-length control requests
The direction of the pipe argument must match the request-type direction bit or control requests may fail depending on the host-controller-driver implementation. Control transfers without a data stage are treated as OUT requests by the USB stack and should be using usb_sndctrlpipe(). Failing to do so will now trigger a warning. Fix the gl860_RTx() helper so that zero-length control reads fail with an error message instead. Note that there are no current callers that would trigger this. Fixes: 4f7cb8837cec ("V4L/DVB (12954): gspca - gl860: Addition of GL860 based webcams") Signed-off-by: Johan Hovold <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions