From: David Bauer Date: Sat, 2 Dec 2023 00:59:12 +0000 (+0100) Subject: rm520n debug X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=35eb2dfd6693851cf91b42538cb359cfef751195;p=openwrt%2Fstaging%2Fblocktrron.git rm520n debug --- 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 index 0000000000..614086576d --- /dev/null +++ b/target/linux/generic/backport-6.1/999-debug.patch @@ -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);