mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
Update On Sat Mar 30 19:27:44 CET 2024
This commit is contained in:
+4
-3
@@ -18,7 +18,7 @@ Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
||||
|
||||
--- a/net/rfkill/rfkill-gpio.c
|
||||
+++ b/net/rfkill/rfkill-gpio.c
|
||||
@@ -75,6 +75,8 @@ static int rfkill_gpio_probe(struct platform_device *pdev)
|
||||
@@ -75,6 +75,8 @@ static int rfkill_gpio_probe(struct plat
|
||||
{
|
||||
struct rfkill_gpio_data *rfkill;
|
||||
struct gpio_desc *gpio;
|
||||
@@ -27,7 +27,7 @@ Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
||||
const char *type_name;
|
||||
int ret;
|
||||
|
||||
@@ -82,8 +84,15 @@ static int rfkill_gpio_probe(struct platform_device *pdev)
|
||||
@@ -82,8 +84,15 @@ static int rfkill_gpio_probe(struct plat
|
||||
if (!rfkill)
|
||||
return -ENOMEM;
|
||||
|
||||
@@ -45,7 +45,7 @@ Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
||||
|
||||
if (!rfkill->name)
|
||||
rfkill->name = dev_name(&pdev->dev);
|
||||
@@ -157,12 +166,19 @@ static const struct acpi_device_id rfkill_acpi_match[] = {
|
||||
@@ -165,12 +174,19 @@ static const struct acpi_device_id rfkil
|
||||
MODULE_DEVICE_TABLE(acpi, rfkill_acpi_match);
|
||||
#endif
|
||||
|
||||
@@ -64,3 +64,4 @@ Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
||||
+ .of_match_table = of_match_ptr(rfkill_of_match),
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
+1
-1
@@ -83,7 +83,7 @@
|
||||
};
|
||||
|
||||
usb_host0_ehci: usb@fd800000 {
|
||||
@@ -977,7 +984,7 @@
|
||||
@@ -978,7 +985,7 @@
|
||||
num-ib-windows = <6>;
|
||||
num-ob-windows = <2>;
|
||||
max-link-speed = <2>;
|
||||
|
||||
Reference in New Issue
Block a user