Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.5-4 tag

2023-07-22 Thread pr-tracker-bot
The pull request you sent on Sun, 23 Jul 2023 11:34:48 +1000: > https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git > tags/powerpc-6.5-4 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/c2782531397f5cb19ca3f8f9c17727f1cdf5bee8 Thank you! -- Deet-doot-do

[GIT PULL] Please pull powerpc/linux.git powerpc-6.5-4 tag

2023-07-22 Thread Michael Ellerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Linus, Please pull some more powerpc fixes for 6.5: The following changes since commit fdf0eaf11452d72945af31804e2a1048ee1b574c: Linux 6.5-rc2 (2023-07-16 15:10:37 -0700) are available in the git repository at: https://git.kernel.org/pub/

Re: [PATCH v2 1/1] ASoC: imx-audmux: fix return value checks of clk_prepare_enable()

2023-07-22 Thread Fabio Estevam
On Sat, Jul 22, 2023 at 9:38 AM Yuanjun Gong wrote: > > check the return value of clk_prepare_enable(), and if > clk_prepare_enable() gets an unexpected return value, > imx_audmux_suspend() and imx_audmux_resume() should return > the error value. > > Signed-off-by: Yuanjun Gong > --- > sound/soc

[PATCH v2 1/1] ASoC: imx-audmux: fix return value checks of clk_prepare_enable()

2023-07-22 Thread Yuanjun Gong
check the return value of clk_prepare_enable(), and if clk_prepare_enable() gets an unexpected return value, imx_audmux_suspend() and imx_audmux_resume() should return the error value. Signed-off-by: Yuanjun Gong --- sound/soc/fsl/imx-audmux.c | 10 -- 1 file changed, 8 insertions(+), 2