From: Heiner Kallweit
Date: Sat, 23 May 2020 17:40:25 +0200
> get_coalesce returns 0 or ERRNO, but the return value isn't checked.
> The returned coalesce data may be invalid if an ERRNO is set,
> therefore better check and propagate the return value.
>
> Signed-off-by: Heiner Kallweit
Applied
get_coalesce returns 0 or ERRNO, but the return value isn't checked.
The returned coalesce data may be invalid if an ERRNO is set,
therefore better check and propagate the return value.
Signed-off-by: Heiner Kallweit
---
net/ethtool/ioctl.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(