aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2013-07-28 23:27:38 +0300
committerTakashi Iwai <[email protected]>2013-07-29 13:59:47 +0200
commit85054b2153f18eac16df9ff88913c98adea6a23e (patch)
tree24ad3ecc343b8eb4bf0fa77d667d162aad2b58a5 /tools/perf/scripts/python/bin
parentda7db6ad4da05a3109d0a31100e1ecd746a90fee (diff)
ALSA: usx2y: remove an unneeded check
The test here is always true because S[i].urb is an array not a pointer. Also it's bogus because the intent was to test: if (S->urb[i]) { instead of: if (S[i].urb) { Anyway, usb_kill_urb() and usb_free_urb() accept NULL pointers so we can just remove this. Signed-off-by: Dan Carpenter <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions