Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196079
b: refs/heads/master
c: f4d10ca
h: refs/heads/master
i:
  196077: f09d279
  196075: fcaf962
  196071: 3955c2f
  196063: 5a2930f
v: v3
  • Loading branch information
Sonic Zhang authored and Greg Kroah-Hartman committed May 21, 2010
1 parent f1dd473 commit d9a7263
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9498dc95ca6fa6e5b044f39696ab317996fd2fe5
refs/heads/master: f4d10ca895841ec0090bed81e614b6c731ac7d7d
4 changes: 2 additions & 2 deletions trunk/drivers/serial/bfin_sport_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -746,11 +746,11 @@ static int __devinit sport_uart_probe(struct platform_device *pdev)

if (bfin_sport_uart_ports[pdev->id] == NULL) {
bfin_sport_uart_ports[pdev->id] =
kmalloc(sizeof(struct sport_uart_port), GFP_KERNEL);
kzalloc(sizeof(struct sport_uart_port), GFP_KERNEL);
sport = bfin_sport_uart_ports[pdev->id];
if (!sport) {
dev_err(&pdev->dev,
"Fail to kmalloc sport_uart_port\n");
"Fail to malloc sport_uart_port\n");
return -ENOMEM;
}

Expand Down

0 comments on commit d9a7263

Please sign in to comment.