Re: [PATCH] phy: mediatek: tphy: simplify main allocation
Manivannan Sadhasivam <[email protected]>
| Newsgroups | org.infradead.lists.linux-mediatek,org.infradead.lists.linux-arm-kernel,org.infradead.lists.linux-phy,org.kernel.vger.linux-hardening,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <djjg6jwpuu6l5wcc7zbxfi7j4n5hircmhivxohdtgufzrp6rlb@l6eyfdyfrxix> |
On Tue, Mar 03, 2026 at 08:14:00PM -0800, Rosen Penev wrote: > Use a flexible array member to replace kzalloc + kcalloc with a single > kzalloc. > > Shuffled some code around as __counted_by requires the counting variable > to be assigned first. > > Removed NULL check from of_get_match_data as it's never NULL per the > device table. > Please do not combine multiple fixes in a single patch. Also, the NULL check can be kept for the case of sanity as it wouldn't hurt. - Mani -- மணிவண்ணன் சதாசிவம்