Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364275
b: refs/heads/master
c: b9a129f
h: refs/heads/master
i:
  364273: 482b904
  364271: 410a339
v: v3
  • Loading branch information
Zhang Yanfei authored and Greg Kroah-Hartman committed Mar 19, 2013
1 parent 5d5b9e8 commit d3e29f9
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: 7bbe08d6b89fce09ae4e6a7ce62ccd3c279a31ce
refs/heads/master: b9a129f4813ef5dea8da4670e100f8ba89abebea
3 changes: 1 addition & 2 deletions trunk/drivers/tty/serial/icom.c
Original file line number Diff line number Diff line change
Expand Up @@ -1415,8 +1415,7 @@ static int icom_alloc_adapter(struct icom_adapter
struct icom_adapter *cur_adapter_entry;
struct list_head *tmp;

icom_adapter = (struct icom_adapter *)
kzalloc(sizeof(struct icom_adapter), GFP_KERNEL);
icom_adapter = kzalloc(sizeof(struct icom_adapter), GFP_KERNEL);

if (!icom_adapter) {
return -ENOMEM;
Expand Down

0 comments on commit d3e29f9

Please sign in to comment.