From: Colin King <[email protected]>
Date: Thu,  7 May 2020 15:34:30 +0100

> From: Colin Ian King <[email protected]>
> 
> 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 <[email protected]>

Applied, thanks Colin.

Reply via email to