Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104800
b: refs/heads/master
c: 69ad7e7
h: refs/heads/master
v: v3
  • Loading branch information
Anton Vorontsov authored and Kumar Gala committed Jul 16, 2008
1 parent 14587ce commit 2e455d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c0a2015965d42f58d3b50c59bd139bc2419bc7f9
refs/heads/master: 69ad7e73dee33f8e0680825006c801ca6b4bf470
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/sysdev/fsl_soc.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,9 @@ static int __init gfar_of_init(void)
const phandle *ph;
int n_res = 2;

if (!of_device_is_available(np))
continue;

memset(r, 0, sizeof(r));
memset(&gfar_data, 0, sizeof(gfar_data));

Expand Down

0 comments on commit 2e455d4

Please sign in to comment.