Skip to content

Commit

Permalink
Staging: keucr: init: fixed a brace coding style issue
Browse files Browse the repository at this point in the history
Fixed a coding style issue.

Signed-off-by: William Blair <wdblair@bu.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
William Blair authored and Greg Kroah-Hartman committed Jun 12, 2012
1 parent 4bce6b8 commit 383b7fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/staging/keucr/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ int ENE_InitMedia(struct us_data *us)
if (MiscReg03 & 0x02) {
if (!us->SM_Status.Ready && !us->MS_Status.Ready) {
result = ENE_SMInit(us);
if (result != USB_STOR_XFER_GOOD) {
if (result != USB_STOR_XFER_GOOD)
return USB_STOR_TRANSPORT_ERROR;
}
}

}
Expand Down

0 comments on commit 383b7fc

Please sign in to comment.