Re: [v2 1/2] soc: fsl: dpio: Use scope-based resource management in dpaa2_io_store_create()
Markus Elfring <[email protected]>
| Newsgroups | org.ozlabs.lists.linuxppc-dev,org.infradead.lists.linux-arm-kernel,org.kernel.vger.kernel-janitors,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
>>>> * Omit the local variable “size” (for another memory allocation). >>> >>> Please remove this change, not related to the intention of the patch. >> What does hinder to perform the required size determination as a direct parameter >> for a kzalloc() call? > > Nothing, but it's a different change. On top of this, it's just churning > the code without an added benefit. It influences development concerns also according to preferred variable scopes. Regards, Markus