diff options
-rw-r--r-- | drivers/net/wimax/i2400m/driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wimax/i2400m/driver.c b/drivers/net/wimax/i2400m/driver.c index 94dc83c3969d..3a6c8ddb5353 100644 --- a/drivers/net/wimax/i2400m/driver.c +++ b/drivers/net/wimax/i2400m/driver.c | |||
@@ -403,10 +403,10 @@ retry: | |||
403 | 403 | ||
404 | error_dev_initialize: | 404 | error_dev_initialize: |
405 | error_check_mac_addr: | 405 | error_check_mac_addr: |
406 | error_fw_check: | ||
406 | i2400m->ready = 0; | 407 | i2400m->ready = 0; |
407 | wmb(); /* see i2400m->ready's documentation */ | 408 | wmb(); /* see i2400m->ready's documentation */ |
408 | flush_workqueue(i2400m->work_queue); | 409 | flush_workqueue(i2400m->work_queue); |
409 | error_fw_check: | ||
410 | if (i2400m->bus_dev_stop) | 410 | if (i2400m->bus_dev_stop) |
411 | i2400m->bus_dev_stop(i2400m); | 411 | i2400m->bus_dev_stop(i2400m); |
412 | error_bus_dev_start: | 412 | error_bus_dev_start: |