On Mon, May 28, 2018 at 2:29 PM, Bartlomiej Zolnierkiewicz <[email protected]> wrote:
> - s2mps11->ext_control_gpiod = devm_kmalloc(&pdev->dev, > + s2mps11->ext_control_gpiod = devm_kzalloc(&pdev->dev, > sizeof(*s2mps11->ext_control_gpiod) * rdev_num, > GFP_KERNEL); devm_kcalloc() I would rather use. -- With Best Regards, Andy Shevchenko

