From c3bb7b4af3f70ea7d3f784dc6b28b1ad41b4455f Mon Sep 17 00:00:00 2001 From: Karthigan Srinivasan Date: Thu, 31 Mar 2011 15:00:17 -0500 Subject: [PATCH] --- yaml --- r: 249073 b: refs/heads/master c: af12cc50c448086eac928ab7a322f3fe2bd220b5 h: refs/heads/master i: 249071: 8ef6ac62913f8324435ada687a54ee946c24edf4 v: v3 --- [refs] | 2 +- trunk/drivers/staging/winbond/wb35tx.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 43fbb15ae577..633cf83703e2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fd1b821c31f8a4588cc874721e3d17a47b460380 +refs/heads/master: af12cc50c448086eac928ab7a322f3fe2bd220b5 diff --git a/trunk/drivers/staging/winbond/wb35tx.c b/trunk/drivers/staging/winbond/wb35tx.c index 44fc3fe79b79..5df39d46cda4 100644 --- a/trunk/drivers/staging/winbond/wb35tx.c +++ b/trunk/drivers/staging/winbond/wb35tx.c @@ -291,7 +291,6 @@ void Wb35Tx_EP2VM_start(struct wbsoft_priv *adapter) if (atomic_inc_return(&pWb35Tx->TxResultCount) == 1) { pWb35Tx->EP2vm_state = VM_RUNNING; Wb35Tx_EP2VM(adapter); - } - else + } else atomic_dec(&pWb35Tx->TxResultCount); }