Re: [alsa-devel] [ASoC]fsl_ssi: fix of_property_read_u32_array return value check
On Sun, Feb 15, 2015 at 11:11:43PM +0100, Maciej S. Szmigiero wrote:
of_property_read_u32_array returns 0 on success, so the return value shouldn't be inverted twice, first on assignment then in condition expression.
This doesn't apply to current code, please check and resend. Please also keep your changelog under 80 columns as covered in SubmittingPatches.
W dniu 24.02.2015 09:24, Mark Brown pisze:
On Sun, Feb 15, 2015 at 11:11:43PM +0100, Maciej S. Szmigiero wrote:
of_property_read_u32_array returns 0 on success, so the return value shouldn't be inverted twice, first on assignment then in condition expression.
This doesn't apply to current code, please check and resend. Please also keep your changelog under 80 columns as covered in SubmittingPatches.
Thanks for looking into it,
Against which tree/branch patches for ASoC should be generated?
Best regards, Maciej Szmigiero
On Wed, Mar 04, 2015 at 02:07:21PM +0100, Maciej S. Szmigiero wrote:
Against which tree/branch patches for ASoC should be generated?
MAINTAINERS says:
SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) M: Liam Girdwood lgirdwood@gmail.com M: Mark Brown broonie@kernel.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
mainly the for-next branch, though bugfixes go on for-linus.
participants (2)
-
Maciej S. Szmigiero
-
Mark Brown