Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150871
b: refs/heads/master
c: ead6823
h: refs/heads/master
i:
  150869: ecf0ba7
  150867: 2c2c63a
  150863: 831f395
v: v3
  • Loading branch information
Dirk Brandewie authored and Inaky Perez-Gonzalez committed Jun 11, 2009
1 parent 2fe1668 commit 9e569e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 16eafba8defcd507831eec926b61db474af0aabb
refs/heads/master: ead68239913cb9c19150facf1656517f81d66fcb
4 changes: 2 additions & 2 deletions trunk/drivers/net/wimax/i2400m/fw.c
Original file line number Diff line number Diff line change
Expand Up @@ -532,14 +532,14 @@ int i2400m_dnload_finalize(struct i2400m *i2400m,
cmd = (void *) bcf + offset;
if (i2400m->sboot == 0) {
struct i2400m_bootrom_header jump_ack;
d_printf(3, dev, "unsecure boot, jumping to 0x%08x\n",
d_printf(1, dev, "unsecure boot, jumping to 0x%08x\n",
le32_to_cpu(cmd->target_addr));
i2400m_brh_set_opcode(cmd, I2400M_BRH_JUMP);
cmd->data_size = 0;
ret = i2400m_bm_cmd(i2400m, cmd, sizeof(*cmd),
&jump_ack, sizeof(jump_ack), 0);
} else {
d_printf(3, dev, "secure boot, jumping to 0x%08x\n",
d_printf(1, dev, "secure boot, jumping to 0x%08x\n",
le32_to_cpu(cmd->target_addr));
cmd_buf = i2400m->bm_cmd_buf;
memcpy(&cmd_buf->cmd, cmd, sizeof(*cmd));
Expand Down

0 comments on commit 9e569e2

Please sign in to comment.