Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111822
b: refs/heads/master
c: 88c5942
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings authored and Jeff Garzik committed Sep 24, 2008
1 parent d0bb50c commit 10c0f4d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: da8de3929da9396977b3c9096f36b173f3d9085a
refs/heads/master: 88c59425139c0cd9984ca8f1ef577959326446d3
2 changes: 2 additions & 0 deletions trunk/drivers/net/sfc/falcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -2758,6 +2758,8 @@ int falcon_probe_nic(struct efx_nic *efx)

/* Allocate storage for hardware specific data */
nic_data = kzalloc(sizeof(*nic_data), GFP_KERNEL);
if (!nic_data)
return -ENOMEM;
efx->nic_data = nic_data;

/* Determine number of ports etc. */
Expand Down

0 comments on commit 10c0f4d

Please sign in to comment.