Re: (subset) [PATCH] mfd: dln2: Switch to managed resources and fix bare unsigned types
From: Lee Jones
Date: Fri Mar 06 2026 - 09:17:07 EST
On Tue, 03 Mar 2026 18:32:36 +0000, Subhash Rawat wrote:
> Convert dln2_probe and dln2_setup_rx_urbs to use devm_kzalloc() and
> devm_kmalloc() respectively. This simplifies resource management by
> allowing the removal of manual kfree() calls in dln2_free() and
> dln2_free_rx_urbs().
>
> Additionally, update bare 'unsigned' types to 'unsigned int' to satisfy
> checkpatch.pl warnings and comply with the Linux kernel coding style.
>
> [...]
Applied, thanks!
[1/1] mfd: dln2: Switch to managed resources and fix bare unsigned types
commit: e95325f037e5b78c7cf0e614872337c1b0151fa4
--
Lee Jones [李琼斯]