Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299612
b: refs/heads/master
c: 90e41f9
h: refs/heads/master
v: v3
  • Loading branch information
Carlos Chinea committed Apr 23, 2012
1 parent 3bdab78 commit 17d5191
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: 5a218ceba7b64f506bf4f004b04bb457c1805a62
refs/heads/master: 90e41f9dc75b47ab94e2191e4c86aa8259699a33
2 changes: 1 addition & 1 deletion trunk/drivers/hsi/hsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ static void hsi_new_client(struct hsi_port *port, struct hsi_board_info *info)
cl->device.archdata = *info->archdata;
if (device_register(&cl->device) < 0) {
pr_err("hsi: failed to register client: %s\n", info->name);
kfree(cl);
put_device(&cl->device);
}
}

Expand Down

0 comments on commit 17d5191

Please sign in to comment.