On 3/22/20 6:38 PM, Masahiro Yamada wrote: > On Sun, Mar 22, 2020 at 2:06 AM Marek Vasut <[email protected]> wrote: >> >> Replace combination of malloc()+memset() with calloc() as the behavior > > calloc() -> kzalloc() > > to sync with the actual code. > > Please fix the subject as well.
I'm switching this back to calloc(), it's not worth pulling in all the linux compat stuff for one single function.

