diff options
author | Sven Neumann <s.neumann@raumfeld.com> | 2010-11-24 16:02:00 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-11-29 19:41:27 (GMT) |
commit | 16ccdf0dbc84b11bc8b7fdbad66804d06a683554 (patch) | |
tree | 26911c901e58af22b94c4e0b6539ada0f8194589 /mm/percpu-km.c | |
parent | 517ff43146b17a0d067125f098f675d1e0ac2d82 (diff) | |
download | linux-fsl-qoriq-16ccdf0dbc84b11bc8b7fdbad66804d06a683554.tar.xz |
libertas: fix invalid access
card->priv must not be accessed after lbs_remove_card() was called
as lbs_remove_card() frees card->priv via free_netdev().
For libertas_sdio this is a regression introduced by 23b149c1890f9.
The correct fix to the issue described there is simply to remove the
assignment. This flag is set at the appropriate time inside
lbs_remove_card anyway.
Reported-by: Daniel Drake <dsd@laptop.org>
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
Signed-off-by: Daniel Drake <dsd@laptop.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'mm/percpu-km.c')
0 files changed, 0 insertions, 0 deletions