Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325046
b: refs/heads/master
c: f5a7087
h: refs/heads/master
v: v3
  • Loading branch information
Toshiaki Yamane authored and Greg Kroah-Hartman committed Sep 10, 2012
1 parent d870e89 commit 63eb453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: effda72de0cffbfe90de07786da7592b94e43fac
refs/heads/master: f5a708764237ced9bf97981ea81d9a44b36fed90
3 changes: 1 addition & 2 deletions trunk/drivers/staging/rts_pstor/sd.c
Original file line number Diff line number Diff line change
Expand Up @@ -3706,9 +3706,8 @@ int sd_pass_thru_mode(struct scsi_cmnd *srb, struct rtsx_chip *chip)

static inline int get_rsp_type(struct scsi_cmnd *srb, u8 *rsp_type, int *rsp_len)
{
if (!rsp_type || !rsp_len) {
if (!rsp_type || !rsp_len)
return STATUS_FAIL;
}

switch (srb->cmnd[10]) {
case 0x03:
Expand Down

0 comments on commit 63eb453

Please sign in to comment.