projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c3a4dc
)
staging:rts_pstor:Fix unbalanced parentheses
author
wwang
<wei_wang@realsil.com.cn>
Tue, 27 Mar 2012 08:42:42 +0000
(16:42 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 10 Apr 2012 16:47:05 +0000
(09:47 -0700)
Signed-off-by: wwang <wei_wang@realsil.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rts_pstor/ms.c
patch
|
blob
|
history
diff --git
a/drivers/staging/rts_pstor/ms.c
b/drivers/staging/rts_pstor/ms.c
index
66341df
..
e098a90
100644
(file)
--- a/
drivers/staging/rts_pstor/ms.c
+++ b/
drivers/staging/rts_pstor/ms.c
@@
-4135,7
+4135,7
@@
int mg_set_ICV(struct scsi_cmnd *srb, struct rtsx_chip *chip)
#else
retval = ms_transfer_data(chip, MS_TM_AUTO_WRITE, PRO_WRITE_LONG_DATA,
2, WAIT_INT, 0, 0, buf + 4, 1024);
- if ((retval != STATUS_SUCCESS) || check_ms_err(chip) {
+ if ((retval != STATUS_SUCCESS) || check_ms_err(chip)
)
{
rtsx_clear_ms_error(chip);
if (ms_card->mg_auth == 0) {
if ((buf[5] & 0xC0) != 0) {