diff options
Diffstat (limited to 'drivers/net/wimax/i2400m/fw.c')
-rw-r--r-- | drivers/net/wimax/i2400m/fw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wimax/i2400m/fw.c b/drivers/net/wimax/i2400m/fw.c index 55bd69e913b9..0018cdbd0156 100644 --- a/drivers/net/wimax/i2400m/fw.c +++ b/drivers/net/wimax/i2400m/fw.c | |||
@@ -343,7 +343,6 @@ ssize_t i2400m_bm_cmd(struct i2400m *i2400m, | |||
343 | BUG_ON(i2400m->boot_mode == 0); | 343 | BUG_ON(i2400m->boot_mode == 0); |
344 | 344 | ||
345 | if (cmd != NULL) { /* send the command */ | 345 | if (cmd != NULL) { /* send the command */ |
346 | memcpy(i2400m->bm_cmd_buf, cmd, cmd_size); | ||
347 | result = i2400m->bus_bm_cmd_send(i2400m, cmd, cmd_size, flags); | 346 | result = i2400m->bus_bm_cmd_send(i2400m, cmd, cmd_size, flags); |
348 | if (result < 0) | 347 | if (result < 0) |
349 | goto error_cmd_send; | 348 | goto error_cmd_send; |