Re: [PATCH v1 2/2] i2c: designware-pci: Use standard pattern for memory allocation

From: Jarkko Nikula
Date: Thu Sep 29 2022 - 01:52:28 EST


On 9/28/22 19:21, Andy Shevchenko wrote:
The pattern
foo = kmalloc(sizeof(*foo), GFP_KERNEL);
has an advantage when foo type is changed. Since we are planning a such,
better to be prepared by using standard pattern for memory allocation.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
---
drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Jarkko Nikula <jarkko.nikula@xxxxxxxxxxxxxxx>