kernel: bump 5.10 to 5.10.197

This commit is contained in:
lean 2023-09-30 16:43:14 +08:00
parent d2dacaa22a
commit e09c0f02cf
3 changed files with 6 additions and 6 deletions

View File

@ -1,2 +1,2 @@
LINUX_VERSION-5.10 = .191 LINUX_VERSION-5.10 = .197
LINUX_KERNEL_HASH-5.10.191 = cb54660ed4917cc4f9a9ab93d117defefd8bcbe745ec6082d909bbfd5ae962c2 LINUX_KERNEL_HASH-5.10.197 = 183a4507b0ebec7816a79ceba6253aa7ad345e25b0fcd4e834ee154be9a993ab

View File

@ -1,5 +1,5 @@
--- a/drivers/bus/mhi/core/init.c --- a/drivers/bus/mhi/host/init.c
+++ b/drivers/bus/mhi/core/init.c +++ b/drivers/bus/mhi/host/init.c
@@ -148,12 +148,17 @@ int mhi_init_irq_setup(struct mhi_contro @@ -148,12 +148,17 @@ int mhi_init_irq_setup(struct mhi_contro
{ {
struct mhi_event *mhi_event = mhi_cntrl->mhi_event; struct mhi_event *mhi_event = mhi_cntrl->mhi_event;

View File

@ -1,5 +1,5 @@
--- a/drivers/bus/mhi/core/pm.c --- a/drivers/bus/mhi/host/pm.c
+++ b/drivers/bus/mhi/core/pm.c +++ b/drivers/bus/mhi/host/pm.c
@@ -768,7 +768,7 @@ int mhi_pm_suspend(struct mhi_controller @@ -768,7 +768,7 @@ int mhi_pm_suspend(struct mhi_controller
} }
EXPORT_SYMBOL_GPL(mhi_pm_suspend); EXPORT_SYMBOL_GPL(mhi_pm_suspend);