mbox series

[0/2] RAA215300 regulator driver improvements

Message ID 20230816135550.146657-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series RAA215300 regulator driver improvements | expand

Message

Biju Das Aug. 16, 2023, 1:55 p.m. UTC
This patch series aims to fix a resource leak in probe() and adding
const definition to local variable 'name'.

Biju Das (2):
  regulator: raa215300: Fix resource leak in case of error
  regulator: raa215300: Add const definition

 drivers/regulator/raa215300.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Comments

Mark Brown Aug. 16, 2023, 5:14 p.m. UTC | #1
On Wed, 16 Aug 2023 14:55:48 +0100, Biju Das wrote:
> This patch series aims to fix a resource leak in probe() and adding
> const definition to local variable 'name'.
> 
> Biju Das (2):
>   regulator: raa215300: Fix resource leak in case of error
>   regulator: raa215300: Add const definition
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next

Thanks!

[1/2] regulator: raa215300: Fix resource leak in case of error
      commit: e21ac64e669e960688e79bf5babeed63132dac8a
[2/2] regulator: raa215300: Add const definition
      commit: 727d7c1c3695657873d62030b968ba97c8698c54

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark