Skip to content

Commit

Permalink
Staging: winbond: wb35tx.c: Fixed coding style
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Karthigan Srinivasan authored and Greg Kroah-Hartman committed Apr 20, 2011
1 parent fd1b821 commit af12cc5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/staging/winbond/wb35tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit af12cc5

Please sign in to comment.