Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352481
b: refs/heads/master
c: 199f6cc
h: refs/heads/master
i:
  352479: 1d77c0d
v: v3
  • Loading branch information
Carolyn Wyborny authored and Jeff Kirsher committed Feb 15, 2013
1 parent 565a1c3 commit ef9fc7e
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: d3f8ef1169afb08976b4b1dafe7bc740f655d886
refs/heads/master: 199f6ccac11e93761ee24e35c621992c078fe76f
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/intel/igb/igb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -7751,7 +7751,7 @@ igb_get_i2c_client(struct igb_adapter *adapter, u8 dev_addr)
}

/* no client_list found, create a new one */
client_list = kzalloc(sizeof(*client_list), GFP_KERNEL);
client_list = kzalloc(sizeof(*client_list), GFP_ATOMIC);
if (client_list == NULL)
goto exit;

Expand Down

0 comments on commit ef9fc7e

Please sign in to comment.