diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/wl1251/sdio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl1251/sdio.c b/drivers/net/wireless/wl1251/sdio.c index 596d90ecba33..d550b5e68d3c 100644 --- a/drivers/net/wireless/wl1251/sdio.c +++ b/drivers/net/wireless/wl1251/sdio.c | |||
@@ -252,7 +252,7 @@ static int wl1251_sdio_probe(struct sdio_func *func, | |||
252 | wl->if_ops = &wl1251_sdio_ops; | 252 | wl->if_ops = &wl1251_sdio_ops; |
253 | 253 | ||
254 | wl12xx_board_data = wl12xx_get_platform_data(); | 254 | wl12xx_board_data = wl12xx_get_platform_data(); |
255 | if (wl12xx_board_data != NULL) { | 255 | if (!IS_ERR(wl12xx_board_data)) { |
256 | wl->set_power = wl12xx_board_data->set_power; | 256 | wl->set_power = wl12xx_board_data->set_power; |
257 | wl->irq = wl12xx_board_data->irq; | 257 | wl->irq = wl12xx_board_data->irq; |
258 | wl->use_eeprom = wl12xx_board_data->use_eeprom; | 258 | wl->use_eeprom = wl12xx_board_data->use_eeprom; |