Staging: winbond: wb35tx.c: Fixed coding style

issue.

Fixed coding style issue.

Signed-off-by: Karthigan Srinivasan <karthigan.srinivasan2@gmail.com>
Acked-by: Pekka Enberg <penberg@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Karthigan Srinivasan 2011-03-31 15:00:17 -05:00 committed by Greg Kroah-Hartman
parent fd1b821c31
commit af12cc50c4

View file

@ -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);
}