Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267616
b: refs/heads/master
c: 4b60898
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Meyer authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 5694dc3 commit 6ccfeff
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: 8c82b13a2c2b22fc395f39b6aba301e7fbe09440
refs/heads/master: 4b608983fe9cbb522e6dd819ea357a3af89f2e8e
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rts_pstor/spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ int spi_read_flash_id(struct scsi_cmnd *srb, struct rtsx_chip *chip)
}

if (len) {
buf = (u8 *)kmalloc(len, GFP_KERNEL);
buf = kmalloc(len, GFP_KERNEL);
if (!buf)
TRACE_RET(chip, STATUS_ERROR);

Expand Down

0 comments on commit 6ccfeff

Please sign in to comment.