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
BUGS-parport -rw-r--r-- 319 bytes
Kconfig -rw-r--r-- 5.5 KB
Makefile -rw-r--r-- 729 bytes
TODO-parport -rw-r--r-- 594 bytes
daisy.c -rw-r--r-- 12.3 KB
ieee1284.c -rw-r--r-- 22.4 KB
ieee1284_ops.c -rw-r--r-- 23.3 KB
multiface.h -rw-r--r-- 426 bytes
parport_amiga.c -rw-r--r-- 6.3 KB
parport_atari.c -rw-r--r-- 5.4 KB
parport_ax88796.c -rw-r--r-- 9.1 KB
parport_cs.c -rw-r--r-- 5.6 KB
parport_gsc.c -rw-r--r-- 10.8 KB
parport_gsc.h -rw-r--r-- 5.5 KB
parport_ip32.c -rw-r--r-- 66.5 KB
parport_mfc3.c -rw-r--r-- 9.9 KB
parport_pc.c -rw-r--r-- 85.7 KB
parport_serial.c -rw-r--r-- 20.2 KB
parport_sunbpp.c -rw-r--r-- 9.4 KB
probe.c -rw-r--r-- 7.4 KB
procfs.c -rw-r--r-- 12.7 KB
share.c -rw-r--r-- 36.8 KB

back to top