Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249068
b: refs/heads/master
c: cc614b6
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Beregalov authored and Greg Kroah-Hartman committed Apr 20, 2011
1 parent 5e94780 commit 977eb1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 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: 389fe985f27b5334110639146016bb6dd273c3f6
refs/heads/master: cc614b6970ed9957d51255682c2784c2310623af
12 changes: 3 additions & 9 deletions trunk/drivers/staging/rts_pstor/ms.c
Original file line number Diff line number Diff line change
Expand Up @@ -3816,9 +3816,7 @@ int mg_get_local_EKB(struct scsi_cmnd *srb, struct rtsx_chip *chip)
rtsx_stor_set_xfer_buf(buf, bufflen, srb);

GetEKBFinish:
if (buf) {
kfree(buf);
}
kfree(buf);
return retval;
}

Expand Down Expand Up @@ -4054,9 +4052,7 @@ int mg_get_ICV(struct scsi_cmnd *srb, struct rtsx_chip *chip)
rtsx_stor_set_xfer_buf(buf, bufflen, srb);

GetICVFinish:
if (buf) {
kfree(buf);
}
kfree(buf);
return retval;
}

Expand Down Expand Up @@ -4155,9 +4151,7 @@ int mg_set_ICV(struct scsi_cmnd *srb, struct rtsx_chip *chip)
#endif

SetICVFinish:
if (buf) {
kfree(buf);
}
kfree(buf);
return retval;
}

Expand Down

0 comments on commit 977eb1b

Please sign in to comment.