On Fri, Jun 9, 2017 at 1:41 PM, Bartosz Golaszewski <b...@bgdev.pl> wrote:
> When allocating a zeroed array of objects use devm_kcalloc() instead > of manually calculating the required size and using devm_kzalloc(). > > Signed-off-by: Bartosz Golaszewski <b...@bgdev.pl> Patch applied. Yours, Linus Walleij