summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2021-05-20 22:04:09 +0900
committerTakashi Iwai <tiwai@suse.de>2021-05-22 08:44:05 +0200
commit344f0f821a7ee77832f04451e616f313b7d93f1a (patch)
tree337d9fcd2cbc3b2ce82d4995bf4a56117aef75dd /tools/perf/scripts/python/bin
parentbe22db77dc50be6d9cf2b20ab689706c9031c054 (diff)
downloadkernel-344f0f821a7ee77832f04451e616f313b7d93f1a.tar.gz
ALSA: firewire-lib: Fix uninitialized variable err issue
The check of error is just done for the case that CIP header is available. This commit moves auto variable into the branch to process CIP header. Addresses-Coverity: ("Uninitialized scalar variable") Fixes: c09010eeb373 ("ALSA: firewire-lib: handle the case that empty isochronous packet payload for CIP") Suggested-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Link: https://lore.kernel.org/r/20210520130409.GA170303@workstation Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
bb954336224658'>net/mlx5: Support devices with more than 2 portsMark Bloch 2022-05-09net/mlx5: Lag, filter non compatible devicesMark Bloch 2022-01-04net/mlx5: CT: Set flow source hint from provided tuple devicePaul Blakey 2021-10-15net/mlx5: Use system_image_guid to determine bondingRongwei Liu 2021-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2021-08-26net/mlx5: Remove all auxiliary devices at the unregister eventLeon Romanovsky 2021-08-11net/mlx5: Support enable_vnet devlink dev paramParav Pandit 2021-08-11net/mlx5: Support enable_rdma devlink dev paramParav Pandit 2021-08-11net/mlx5: Support enable_eth devlink dev paramParav Pandit 2021-07-27net/mlx5: E-Switch, handle devcom events only for ports on the same deviceRoi Dayan 2021-06-16net/mlx5e: Don't create devices during unload flowDmytro Linkin 2021-06-16net/mlx5: Check that driver was probed prior attaching the deviceLeon Romanovsky 2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2021-03-31net/mlx5: Delete auxiliary bus driver eth-rep firstMaor Dickman 2021-03-16net/mlx5e: Do not reload ethernet ports when changing eswitch modeRoi Dayan 2020-12-06net/mlx5: Simplify eswitch mode checkLeon Romanovsky 2020-12-06net/mlx5: Delete custom device management logicLeon Romanovsky 2020-12-06RDMA/mlx5: Convert mlx5_ib to use auxiliary busLeon Romanovsky 2020-12-06net/mlx5e: Connect ethernet part to auxiliary busLeon Romanovsky 2020-12-06vdpa/mlx5: Connect mlx5_vdpa to auxiliary busLeon Romanovsky 2020-12-04net/mlx5: Register mlx5 devices to auxiliary virtual busLeon Romanovsky 2020-03-25net/mlx5: Simplify mlx5_register_device to return voidParav Pandit 2019-07-25net/mlx5: Use reversed order when unregister devicesMark Zhang 2019-07-04Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed 2019-07-01net/mlx5: Limit scope of mlx5_get_next_phys_dev() to PCI PF devicesParav Pandit 2019-06-07net/mlx5: Avoid reloading already removed devicesAlaa Hleihel 2018-12-10net/mlx5: Remove the get protocol device interface entryOr Gerlitz 2018-11-29net/mlx5: Remove unused events callback and logicSaeed Mahameed 2018-11-29net/mlx5: Forward all mlx5 events to mlx5 notifiers chainSaeed Mahameed 2018-11-20{net,IB}/mlx5: Move Page fault EQ and ODP logic to RDMASaeed Mahameed