summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMao Wenan <maowenan@huawei.com>2019-02-22 09:57:23 +0300
committerDavid S. Miller <davem@davemloft.net>2019-02-24 00:47:13 +0300
commit4593403fa516a5a4cffe6883c5062d60932cbfbe (patch)
treeea7c6861c7b594ae3ad5d1fc67109c75830f1e11 /Documentation
parent61a65d32fe91c2b6ea3aed47c5f1efc7acd89ba2 (diff)
downloadlinux-4593403fa516a5a4cffe6883c5062d60932cbfbe.tar.xz
net: set static variable an initial value in atl2_probe()
cards_found is a static variable, but when it enters atl2_probe(), cards_found is set to zero, the value is not consistent with last probe, so next behavior is not our expect. Signed-off-by: Mao Wenan <maowenan@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions