Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364338
b: refs/heads/master
c: 5b2750d
h: refs/heads/master
v: v3
  • Loading branch information
Zhang Yanfei authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent a588bdc commit 3383ba5
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: 8244ac043c5334012006d542d1cd5c1e3fe2f32a
refs/heads/master: 5b2750d5b5a25c9c8b842e22fb2a7015dc798455
3 changes: 1 addition & 2 deletions trunk/drivers/usb/storage/isd200.c
Original file line number Diff line number Diff line change
Expand Up @@ -1457,8 +1457,7 @@ static int isd200_init_info(struct us_data *us)
retStatus = ISD200_ERROR;
else {
info->id = kzalloc(ATA_ID_WORDS * 2, GFP_KERNEL);
info->RegsBuf = (unsigned char *)
kmalloc(sizeof(info->ATARegs), GFP_KERNEL);
info->RegsBuf = kmalloc(sizeof(info->ATARegs), GFP_KERNEL);
info->srb.sense_buffer =
kmalloc(SCSI_SENSE_BUFFERSIZE, GFP_KERNEL);
if (!info->id || !info->RegsBuf || !info->srb.sense_buffer) {
Expand Down

0 comments on commit 3383ba5

Please sign in to comment.