rfkill-wlan: skip can't find rockchip,grf property error in none 3368 platform

This commit is contained in:
hwg 2015-05-22 09:52:18 +08:00
parent d9cbf1941d
commit f2c6301f10

View File

@ -733,7 +733,7 @@ static int wlan_platdata_parse_dt(struct device *dev,
data->grf = syscon_regmap_lookup_by_phandle(node, "rockchip,grf");
if (IS_ERR(data->grf)) {
LOG("can't find rockchip,grf property\n");
return -1;
//return -1;
}
#endif