mirror of https://gitee.com/openkylin/linux.git
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…
Reference in New Issue