Revision 93c2fcb01ae919b6e882b0931383d33aaa9bf7a6 authored by Vasundhara Volam on 30 September 2019, 06:22:21 UTC, committed by David S. Miller on 01 October 2019, 17:08:30 UTC
If any of the param or info_get op returns error, dumpit cb is
skipping to dump remaining params or info_get ops for all the
drivers.

Fix to not return if any of the param/info_get op returns error
as not supported and continue to dump remaining information.

v2: Modify the patch to return error, except for params/info_get
op that return -EOPNOTSUPP as suggested by Andrew Lunn. Also, modify
commit message to reflect the same.

Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Jiri Pirko <jiri@mellanox.com>
Cc: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: Vasundhara Volam <vasundhara-v.volam@broadcom.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent f32eb9d
History
File Mode Size
Kconfig -rw-r--r-- 4.7 KB
Makefile -rw-r--r-- 716 bytes
README.dino -rw-r--r-- 1.0 KB
asp.c -rw-r--r-- 3.3 KB
ccio-dma.c -rw-r--r-- 46.6 KB
dino.c -rw-r--r-- 31.0 KB
eisa.c -rw-r--r-- 11.6 KB
eisa_eeprom.c -rw-r--r-- 2.0 KB
eisa_enumerator.c -rw-r--r-- 11.2 KB
gsc.c -rw-r--r-- 5.4 KB
gsc.h -rw-r--r-- 1.5 KB
hppb.c -rw-r--r-- 2.5 KB
iommu-helpers.h -rw-r--r-- 4.8 KB
iommu.h -rw-r--r-- 1.4 KB
iosapic.c -rw-r--r-- 28.4 KB
iosapic_private.h -rw-r--r-- 5.0 KB
lasi.c -rw-r--r-- 6.0 KB
lba_pci.c -rw-r--r-- 50.6 KB
led.c -rw-r--r-- 19.8 KB
pdc_stable.c -rw-r--r-- 29.7 KB
power.c -rw-r--r-- 7.2 KB
sba_iommu.c -rw-r--r-- 57.3 KB
superio.c -rw-r--r-- 13.6 KB
wax.c -rw-r--r-- 3.0 KB

README.dino

back to top