Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122629
b: refs/heads/master
c: 0c53d8c
h: refs/heads/master
i:
  122627: cd757fd
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Dec 13, 2008
1 parent c9b4d45 commit 903fa62
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: fa402b2ea9cacd1ec94fa77e3efb506a5d034da6
refs/heads/master: 0c53d8c84047d86169bd4147bb8f5adf2772d2bb
2 changes: 1 addition & 1 deletion trunk/drivers/net/sfc/falcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -2690,7 +2690,7 @@ static int falcon_spi_device_init(struct efx_nic *efx,
struct efx_spi_device *spi_device;

if (device_type != 0) {
spi_device = kmalloc(sizeof(*spi_device), GFP_KERNEL);
spi_device = kzalloc(sizeof(*spi_device), GFP_KERNEL);
if (!spi_device)
return -ENOMEM;
spi_device->device_id = device_id;
Expand Down

0 comments on commit 903fa62

Please sign in to comment.