commit | ad51c6106119adf8565adb179989a06ab4b865bb | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Thu Jun 05 10:22:16 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 05 15:36:54 2014 -0700 |
tree | 8593ff0466835b38026f1e90aa1e9334eb681dd8 | |
parent | d8498088cf466483093c9a29121e3833e7923287 [diff] |
net: systemport: correctly check for RX_STATUS_OVFLOW flag We were missing an and comparison with status to check whether RX_STATUS_OVFLOW is asserted or not in the per-packet status word, fix that. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>