Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38955
b: refs/heads/master
c: 6470f2b
h: refs/heads/master
i:
  38953: 832d746
  38951: ec3d492
v: v3
  • Loading branch information
Arne Redlich authored and James Bottomley committed Oct 1, 2006
1 parent a407f54 commit e6233e7
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: fb4f66be59f3dcc66fda2e681f1fc77b5cc4508d
refs/heads/master: 6470f2ba641cf93d357854cdc63a65350352bb97
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/scsi_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ int scsi_execute_async(struct scsi_device *sdev, const unsigned char *cmd,
free_req:
blk_put_request(req);
free_sense:
kfree(sioc);
kmem_cache_free(scsi_io_context_cache, sioc);
return DRIVER_ERROR << 24;
}
EXPORT_SYMBOL_GPL(scsi_execute_async);
Expand Down

0 comments on commit e6233e7

Please sign in to comment.