Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 22 Nov 2021 17:17:20 +0000 (19:17 +0200)
committer
Mark Brown <broonie@kernel.org>
Tue, 23 Nov 2021 12:09:07 +0000 (12:09 +0000)
krealloc() as any other kernel memory allocation calls accepts GFP flags,
one of which is __GFP_ZERO. Hence, no need to call memset() explicitly on
the reallocated buffer.