mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
rfkill-wlan: skip can't find rockchip,grf property error in none 3368 platform
This commit is contained in:
parent
d9cbf1941d
commit
f2c6301f10
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user