Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207959
b: refs/heads/master
c: a5cc804
h: refs/heads/master
i:
  207957: 7288d91
  207955: 85845bf
  207951: 578e898
v: v3
  • Loading branch information
Joe Perches authored and Greg Kroah-Hartman committed Aug 10, 2010
1 parent df66f3d commit e6ec3e9
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: dc6eb27bdd3d214568f7d77a317c202c10222511
refs/heads/master: a5cc8049ca8ec8b09b9649f32b6e37f94345ddb8
3 changes: 1 addition & 2 deletions trunk/drivers/usb/storage/isd200.c
Original file line number Diff line number Diff line change
Expand Up @@ -1456,8 +1456,7 @@ static int isd200_init_info(struct us_data *us)
int retStatus = ISD200_GOOD;
struct isd200_info *info;

info = (struct isd200_info *)
kzalloc(sizeof(struct isd200_info), GFP_KERNEL);
info = kzalloc(sizeof(struct isd200_info), GFP_KERNEL);
if (!info)
retStatus = ISD200_ERROR;
else {
Expand Down

0 comments on commit e6ec3e9

Please sign in to comment.