commit | 82e7627fd4d8592be2acb908943fb943c440840d | [log] [tgz] |
---|---|---|
author | Andrew Lunn <andrew@lunn.ch> | Tue Jul 07 03:49:37 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 07 12:47:11 2020 -0700 |
tree | 5ee0f29372776e8d8b76f9e4a562c77b4f7fd2e2 | |
parent | 4f2b38e3ea4a64ea23e313a78d9974ca6b5d7703 [diff] |
net: phy: dp83640: Fixup cast to restricted __be16 warning ntohs() expects to be passed a __be16. Correct the type of the variable holding the sequence ID. Cc: Richard Cochran <richardcochran@gmail.com> Acked-by: Richard Cochran <richardcochran@gmail.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>