mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 15:10:38 +00:00
Staging: keucr: init: fixed a brace coding style issue
Fixed a coding style issue. Signed-off-by: William Blair <wdblair@bu.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4bce6b897e
commit
383b7fc2dc
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user