rm520n debug
authorDavid Bauer <mail@david-bauer.net>
Sat, 2 Dec 2023 00:59:12 +0000 (01:59 +0100)
committerDavid Bauer <mail@david-bauer.net>
Thu, 7 Dec 2023 20:42:09 +0000 (21:42 +0100)
target/linux/generic/backport-6.1/999-debug.patch [new file with mode: 0644]

diff --git a/target/linux/generic/backport-6.1/999-debug.patch b/target/linux/generic/backport-6.1/999-debug.patch
new file mode 100644 (file)
index 0000000..6140865
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/drivers/bus/mhi/host/pci_generic.c
++++ b/drivers/bus/mhi/host/pci_generic.c
+@@ -859,7 +859,7 @@ static int mhi_pci_probe(struct pci_dev
+       struct mhi_controller *mhi_cntrl;
+       int err;
+-      dev_info(&pdev->dev, "MHI PCI device found: %s\n", info->name);
++      dev_warn(&pdev->dev, "MHI PCI device found: %s\n", info->name);
+       /* mhi_pdev.mhi_cntrl must be zero-initialized */
+       mhi_pdev = devm_kzalloc(&pdev->dev, sizeof(*mhi_pdev), GFP_KERNEL);