Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247739
b: refs/heads/master
c: 6372296
h: refs/heads/master
i:
  247737: ed6b942
  247735: 64ebf86
v: v3
  • Loading branch information
David S. Miller committed May 19, 2011
1 parent ca6b33f commit 269be8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: fa7479cf48103ee9261398034528495966bd7d2d
refs/heads/master: 63722966d703aeb8071d52172de87e377006cd28
2 changes: 0 additions & 2 deletions trunk/drivers/net/benet/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2736,7 +2736,6 @@ static int lancer_fw_download(struct be_adapter *adapter,
#define LANCER_FW_DOWNLOAD_CHUNK (32 * 1024)
#define LANCER_FW_DOWNLOAD_LOCATION "/prg"
struct be_dma_mem flash_cmd;
struct lancer_cmd_req_write_object *req;
const u8 *data_ptr = NULL;
u8 *dest_image_ptr = NULL;
size_t image_size = 0;
Expand Down Expand Up @@ -2765,7 +2764,6 @@ static int lancer_fw_download(struct be_adapter *adapter,
goto lancer_fw_exit;
}

req = flash_cmd.va;
dest_image_ptr = flash_cmd.va +
sizeof(struct lancer_cmd_req_write_object);
image_size = fw->size;
Expand Down

0 comments on commit 269be8f

Please sign in to comment.