We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b35f2a commit 6d6e03dCopy full SHA for 6d6e03d
arch/arm/mach-tegra/board-paz00.c
@@ -36,7 +36,7 @@ static struct gpiod_lookup_table wifi_gpio_lookup = {
36
37
void __init tegra_paz00_wifikill_init(void)
38
{
39
- platform_device_add_properties(&wifi_rfkill_device, wifi_rfkill_prop);
+ device_create_managed_software_node(&wifi_rfkill_device.dev, wifi_rfkill_prop, NULL);
40
gpiod_add_lookup_table(&wifi_gpio_lookup);
41
platform_device_register(&wifi_rfkill_device);
42
}
0 commit comments