mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
rfkill-wlan: skip can't find rockchip,grf property error in none 3368 platform
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user