Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236075
b: refs/heads/master
c: ecc73a9
h: refs/heads/master
i:
  236073: c1cbd44
  236071: ec71f57
v: v3
  • Loading branch information
Uwe Kleine-König authored and Greg Kroah-Hartman committed Feb 18, 2011
1 parent 34b5272 commit 428e7d4
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: 8c209fe9b0eb0bf0db09f55d83c101fc06bce152
refs/heads/master: ecc73a99e4fe593e03b0d45f6121e952fc928eef
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ static int cyasdevice_initialize(void)
cy_as_dev = cy_as_hal_alloc(sizeof(cyasdevice));
if (cy_as_dev == NULL) {
cy_as_hal_print_message("<1>_cy_as_device: "
"memmory allocation failed\n");
"memory allocation failed\n");
return -ENOMEM;
}
memset(cy_as_dev, 0, sizeof(cyasdevice));
Expand Down

0 comments on commit 428e7d4

Please sign in to comment.