From: Colin King <colin.k...@canonical.com>
Date: Thu,  7 May 2020 15:34:30 +0100

> From: Colin Ian King <colin.k...@canonical.com>
> 
> The unsigned variable val is being checked for an error by checking
> if it is less than zero. This can never occur because val is unsigned.
> Fix this by making val a plain int.
> 
> Addresses-Coverity: ("Unsigned compared against zero")
> Fixes: bdbdac7649fa ("ethtool: provide UAPI for PHY master/slave 
> configuration.")
> Signed-off-by: Colin Ian King <colin.k...@canonical.com>

Applied, thanks Colin.

Reply via email to