mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
[PATCH] libertas: fix inadvertant removal of bits from commit 8314418629
Signed-off-by: Dan Williams <dcbw@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
7563a0b4b5
commit
b1b1907dce
1 changed files with 1 additions and 0 deletions
|
@ -768,6 +768,7 @@ static int libertas_thread(void *data)
|
|||
|
||||
init_waitqueue_entry(&wait, current);
|
||||
|
||||
set_freezable();
|
||||
for (;;) {
|
||||
lbs_deb_thread( "main-thread 111: intcounter=%d "
|
||||
"currenttxskb=%p dnld_sent=%d\n",
|
||||
|
|
Loading…
Reference in a new issue