Commit af12cc50 authored by Karthigan Srinivasan's avatar Karthigan Srinivasan Committed by Greg Kroah-Hartman

Staging: winbond: wb35tx.c: Fixed coding style

issue.

Fixed coding style issue.
Signed-off-by: default avatarKarthigan Srinivasan <karthigan.srinivasan2@gmail.com>
Acked-by: default avatarPekka Enberg <penberg@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent fd1b821c
......@@ -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);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment