summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2021-06-12 22:00:05 +0200
committerTony Nguyen <anthony.l.nguyen@intel.com>2021-07-01 10:53:22 -0700
commitc6bc9e5ce5d37cb3e6b552f41b92a193db1806ab (patch)
tree77e182cad6e892b1869c819d55db171159369918 /tools/perf/scripts/python
parentdd2aefcd5e37989ae5f90afdae44bbbf3a2990da (diff)
downloadkernel-c6bc9e5ce5d37cb3e6b552f41b92a193db1806ab.tar.gz
igc: Fix an error handling path in 'igc_probe()'
If an error occurs after a 'pci_enable_pcie_error_reporting()' call, it must be undone by a corresponding 'pci_disable_pcie_error_reporting()' call, as already done in the remove function. Fixes: c9a11c23ceb6 ("igc: Add netdev") Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Tested-by: Dvora Fuxbrumer <dvorax.fuxbrumer@linux.intel.com> Acked-by: Sasha Neftin <sasha.neftin@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
cpumask: introduce cpumask_nth_and_andnotYury Norov 2023-01-13cpuidle, ACPI: Make noinstr cleanPeter Zijlstra 2022-10-16Revert "cpumask: fix checking valid cpu range".Tetsuo Handa 2022-10-06cpumask: Introduce for_each_cpu_andnot()Valentin Schneider 2022-10-01cpumask: fix checking valid cpu rangeYury Norov 2022-10-01lib/bitmap: introduce for_each_set_bit_wrap() macroYury Norov 2022-10-01cpumask: switch for_each_cpu{,_not} to use for_each_bit()Yury Norov 2022-09-26cpumask: add cpumask_nth_{,and,andnot}Yury Norov 2022-09-26lib/bitmap: add bitmap_weight_and()Yury Norov 2022-09-20lib/cpumask: add FORCE_NR_CPUS config optionYury Norov 2022-09-19lib/cpumask: deprecate nr_cpumask_bitsYury Norov 2022-09-19lib/cpumask: delete misleading commentYury Norov 2022-09-19smp: add set_nr_cpu_ids()Yury Norov 2022-09-09drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTESPhil Auld 2022-08-15lib/cpumask: add inline cpumask_next_wrap() for UPSander Vanheule 2022-08-15cpumask: align signatures of UP implementationsSander Vanheule 2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds 2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds 2022-07-17cpumask: update cpumask_next_wrap() signatureSander Vanheule 2022-07-17cpumask: Fix invalid uniprocessor mask assumptionSander Vanheule 2022-07-17cpumask: add UP optimised for_each_*_cpu versionsSander Vanheule 2022-07-15drivers/base: fix userspace break from using bin_attributes for cpumap and cp...Phil Auld 2022-07-15lib/cpumask: move some one-line wrappers to header fileYury Norov 2022-07-15lib/cpumask: move trivial wrappers around find_bit to the headerYury Norov 2022-07-15lib/cpumask: change return types to unsigned where appropriateYury Norov 2022-07-15cpumask: change return types to bool where appropriateYury Norov