commit | 3e14a2265c1ba46dd700daaf4546c4b7fb254233 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 16 21:20:16 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Dec 18 20:32:21 2020 -0700 |
tree | df6aebfd6f05a5f2579624b03a394031ae302ab5 | |
parent | 4123ba083bf4c2a157e79ba5a9e14da193e925b6 [diff] |
net: Update to use new sequence numbers Checking for seq == -1 is effectively checking that the device is activated. The new sequence numbers are never -1 for a bound device, so update the check. Also drop the note about valid sequence numbers so it is accurate with the new approach. Signed-off-by: Simon Glass <sjg@chromium.org>