On Fri, Oct 04, 2019 at 11:50:12AM +0200, Jiri Pirko wrote: > From: Jiri Pirko <j...@mellanox.com> > > Currently, some dumpit function may end-up with error which is not > -EMSGSIZE and this error is silently ignored. Use does not have clue > that something wrong happened. Instead of silent ignore, propagate > the error to user. > > Suggested-by: Andrew Lunn <and...@lunn.ch> > Signed-off-by: Jiri Pirko <j...@mellanox.com>
Thanks Jiri Reviewed-by: Andrew Lunn <and...@lunn.ch> Andrew