summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2020-06-17 21:53:26 +0200
committerDominik Brodowski <linux@dominikbrodowski.net>2020-12-05 09:31:37 +0100
commitf15480e947d45959f0bcfba7318d369eebe47a59 (patch)
tree0e591b5990fe56b72548433711d1d0e24b77610d /tools/perf/scripts/python
parentb3298500b23f0b53a8d81e0d5ad98a29db71f4f0 (diff)
downloadkernel-f15480e947d45959f0bcfba7318d369eebe47a59.tar.gz
pcmcia/electra_cf: Fix some return values in 'electra_cf_probe()' in case of error
'status' is known to be 0 at this point. It must be set to a meaningful value in order to return an error code if one of the 'of_get_property()' call fails. Return -EINVAL in such a case. Fixes: 2b571a066a2f("pcmcia: CompactFlash driver for PA Semi Electra boards") Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Acked-by: Olof Johansson <olof@lixom.net> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
98109418bb16ff6638d7c1c4336f7fe'>cxl/ocxl: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy 2022-04-21misc: ocxl: fix possible double free in ocxl_file_register_afuHangyu Hua 2022-02-25ocxl: Make use of the helper macro LIST_HEAD()Cai Huoqing 2021-12-20ocxl: remove redundant rc variableMinghao Chi 2021-10-29ocxl: Use pci core's DVSEC functionalityBen Widawsky 2021-01-30 ocxl: use DEFINE_MUTEX() for mutex lockZheng Yongjun 2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds 2020-12-04ocxl: Add new kernel tracesChristophe Lombard 2020-12-04ocxl: Add mmu notifierChristophe Lombard 2020-12-04ocxl: Update the Process Element EntryChristophe Lombard 2020-11-03misc: ocxl: config: Rename function attribute descriptionLee Jones 2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds 2020-10-02ocxl: simplify the return expression of free_function_dev()Qinglang Miao 2020-10-02ocxl: fix kconfig dependency warning for OCXLNecip Fazil Yildiran 2020-08-25ocxl: Don't return trigger page when allocating an interruptFrederic Barrat 2020-08-25ocxl: Access interrupt trigger page from xive directlyFrederic Barrat