commit | 8cc2d927c26a677415a9d0d23b9a043107f948c3 | [log] [tgz] |
---|---|---|
author | Michal Schmidt <mschmidt@redhat.com> | Mon Jul 01 17:23:20 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 02 00:15:56 2013 -0700 |
tree | 0ae7abe9e1b838563200b5e7c5a3034432c0df93 | |
parent | 5bb680d6cbe36de9d7ba12b05f845c91a8692318 [diff] |
bnx2x: fill in sane dump flag information bnx2x did not set dump->version in its .get_dump_flag() method. Let's set it to BNX2X_DUMP_VERSION. It's not a particularly nice number (0x50acff01 currently), but at least it's something deterministic. dump->flag should report the value previously set using ethtool -W. Signed-off-by: Michal Schmidt <mschmidt@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>