mirror of https://gitee.com/openkylin/linux.git
mwifiex: fix code mis-alignment after the if statement
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Acked-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
987af54fa9
commit
2f9279b556
|
@ -1435,9 +1435,9 @@ int mwifiex_check_network_compatibility(struct mwifiex_private *priv,
|
|||
if (ret)
|
||||
dev_err(priv->adapter->dev, "cannot find ssid "
|
||||
"%s\n", bss_desc->ssid.ssid);
|
||||
break;
|
||||
break;
|
||||
default:
|
||||
ret = 0;
|
||||
ret = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue