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
firmware_loader
power
regmap
test
Kconfig -rw-r--r-- 6.8 KB
Makefile -rw-r--r-- 955 bytes
arch_topology.c -rw-r--r-- 11.9 KB
attribute_container.c -rw-r--r-- 11.9 KB
base.h -rw-r--r-- 6.4 KB
bus.c -rw-r--r-- 30.2 KB
cacheinfo.c -rw-r--r-- 17.1 KB
class.c -rw-r--r-- 14.8 KB
component.c -rw-r--r-- 20.5 KB
container.c -rw-r--r-- 814 bytes
core.c -rw-r--r-- 92.4 KB
cpu.c -rw-r--r-- 14.3 KB
dd.c -rw-r--r-- 32.8 KB
devcon.c -rw-r--r-- 5.8 KB
devcoredump.c -rw-r--r-- 9.2 KB
devres.c -rw-r--r-- 27.7 KB
devtmpfs.c -rw-r--r-- 9.6 KB
driver.c -rw-r--r-- 5.8 KB
firmware.c -rw-r--r-- 606 bytes
hypervisor.c -rw-r--r-- 536 bytes
init.c -rw-r--r-- 768 bytes
isa.c -rw-r--r-- 3.8 KB
map.c -rw-r--r-- 3.3 KB
memory.c -rw-r--r-- 21.7 KB
module.c -rw-r--r-- 2.0 KB
node.c -rw-r--r-- 26.8 KB
pinctrl.c -rw-r--r-- 2.7 KB
platform-msi.c -rw-r--r-- 10.6 KB
platform.c -rw-r--r-- 39.3 KB
property.c -rw-r--r-- 35.8 KB
soc.c -rw-r--r-- 6.6 KB
swnode.c -rw-r--r-- 20.8 KB
syscore.c -rw-r--r-- 3.2 KB
topology.c -rw-r--r-- 3.9 KB
transport_class.c -rw-r--r-- 9.3 KB

back to top