Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366283
b: refs/heads/master
c: 99c4d53
h: refs/heads/master
i:
  366281: 52832bf
  366279: 89f76eb
v: v3
  • Loading branch information
Zhang Yanfei authored and Jiri Kosina committed Mar 18, 2013
1 parent 4a24773 commit aa879ff
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: ee68a3c6252611a9cbb03e5366bba8a700858480
refs/heads/master: 99c4d538854833c1be1e7449605de2f39519299e
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 aa879ff

Please sign in to comment.