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-- 1.5 KB
Makefile -rw-r--r-- 370 bytes
dma-buf.c -rw-r--r-- 35.7 KB
dma-fence-array.c -rw-r--r-- 5.7 KB
dma-fence-chain.c -rw-r--r-- 6.6 KB
dma-fence.c -rw-r--r-- 18.6 KB
dma-resv.c -rw-r--r-- 15.6 KB
selftest.c -rw-r--r-- 3.0 KB
selftest.h -rw-r--r-- 549 bytes
selftests.h -rw-r--r-- 534 bytes
seqno-fence.c -rw-r--r-- 1.8 KB
st-dma-fence.c -rw-r--r-- 10.4 KB
sw_sync.c -rw-r--r-- 9.5 KB
sync_debug.c -rw-r--r-- 4.6 KB
sync_debug.h -rw-r--r-- 1.8 KB
sync_file.c -rw-r--r-- 11.0 KB
sync_trace.h -rw-r--r-- 774 bytes
udmabuf.c -rw-r--r-- 6.5 KB

back to top