commit | b721cfaf03bcaac0a3abf702c4240326eed9e4b1 | [log] [tgz] |
---|---|---|
author | stephen hemminger <stephen@networkplumber.org> | Mon Jul 24 10:25:18 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 25 12:31:37 2017 -0700 |
tree | 94e1ed26b518113b836ef28df82c7f0b44d3a2e0 | |
parent | 447e9ebfc19950559ebb9aa08302a7f11ab1508c [diff] |
bnxt: fix unsigned comparsion with 0 Fixes warning because location is u32 and can never be netative warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Acked-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>