aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wimax/i2400m/sdio.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wimax/i2400m/sdio.c')
-rw-r--r--drivers/net/wimax/i2400m/sdio.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/wimax/i2400m/sdio.c b/drivers/net/wimax/i2400m/sdio.c
index 76a50ac02ebb..7632f80954e3 100644
--- a/drivers/net/wimax/i2400m/sdio.c
+++ b/drivers/net/wimax/i2400m/sdio.c
@@ -48,6 +48,7 @@
48 * __i2400ms_send_barker() 48 * __i2400ms_send_barker()
49 */ 49 */
50 50
51#include <linux/slab.h>
51#include <linux/debugfs.h> 52#include <linux/debugfs.h>
52#include <linux/mmc/sdio_ids.h> 53#include <linux/mmc/sdio_ids.h>
53#include <linux/mmc/sdio.h> 54#include <linux/mmc/sdio.h>
@@ -304,7 +305,7 @@ error_kzalloc:
304 * 305 *
305 * The device will be fully reset internally, but won't be 306 * The device will be fully reset internally, but won't be
306 * disconnected from the bus (so no reenumeration will 307 * disconnected from the bus (so no reenumeration will
307 * happen). Firmware upload will be neccessary. 308 * happen). Firmware upload will be necessary.
308 * 309 *
309 * The device will send a reboot barker that will trigger the driver 310 * The device will send a reboot barker that will trigger the driver
310 * to reinitialize the state via __i2400m_dev_reset_handle. 311 * to reinitialize the state via __i2400m_dev_reset_handle.
@@ -314,7 +315,7 @@ error_kzalloc:
314 * 315 *
315 * The device will be fully reset internally, disconnected from the 316 * The device will be fully reset internally, disconnected from the
316 * bus an a reenumeration will happen. Firmware upload will be 317 * bus an a reenumeration will happen. Firmware upload will be
317 * neccessary. Thus, we don't do any locking or struct 318 * necessary. Thus, we don't do any locking or struct
318 * reinitialization, as we are going to be fully disconnected and 319 * reinitialization, as we are going to be fully disconnected and
319 * reenumerated. 320 * reenumerated.
320 * 321 *