Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267619
b: refs/heads/master
c: a5232bd
h: refs/heads/master
i:
  267617: 607cb24
  267615: 5694dc3
v: v3
  • Loading branch information
Thomas Meyer authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 1a33090 commit 75090d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8c670f4d157bcaba0001455ace554572b9b417ef
refs/heads/master: a5232bde8449b28230f767e8b558021bb5d08e5c
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rts_pstor/rtsx_scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -2730,7 +2730,7 @@ static int get_ms_information(struct scsi_cmnd *srb, struct rtsx_chip *chip)
buf_len = data_len = 0x6A;
}

buf = (u8 *)kmalloc(buf_len, GFP_KERNEL);
buf = kmalloc(buf_len, GFP_KERNEL);
if (!buf) {
TRACE_RET(chip, TRANSPORT_ERROR);
}
Expand Down

0 comments on commit 75090d8

Please sign in to comment.