Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155673
b: refs/heads/master
c: 0376d5b
h: refs/heads/master
i:
  155671: aa2e1c7
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Jul 21, 2009
1 parent 4c7d45d commit fa5d873
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0021195c40326ac4702faf28c32accd91b331641
refs/heads/master: 0376d5b25ef11e9b6450ebae20781a32d8985170
3 changes: 2 additions & 1 deletion trunk/drivers/net/bnx2x_link.c
Original file line number Diff line number Diff line change
Expand Up @@ -4212,13 +4212,14 @@ static void bnx2x_turn_off_sf(struct bnx2x *bp, u8 port)
u8 bnx2x_get_ext_phy_fw_version(struct link_params *params, u8 driver_loaded,
u8 *version, u16 len)
{
struct bnx2x *bp = params->bp;
struct bnx2x *bp;
u32 ext_phy_type = 0;
u32 spirom_ver = 0;
u8 status = 0 ;

if (version == NULL || params == NULL)
return -EINVAL;
bp = params->bp;

spirom_ver = REG_RD(bp, params->shmem_base +
offsetof(struct shmem_region,
Expand Down

0 comments on commit fa5d873

Please sign in to comment.