media: atomisp: Use kcalloc instead of kzalloc with multiply in sh_css.c
authorMartiros Shakhzadyan <vrzh@vrzh.net>
Sat, 8 May 2021 23:56:21 +0000 (01:56 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 22 Jul 2021 12:01:56 +0000 (14:01 +0200)
commit00ba215607e2f6015932b45c9b8e5b022424012c
tree63748397c365d0db96ca9b16f59b20b6ffe1bad7
parentf6e2a76d443c5f778dc4b22ea1560be97ee8931c
media: atomisp: Use kcalloc instead of kzalloc with multiply in sh_css.c

Use kcalloc instead of kzalloc with multiplication.

Link: https://lore.kernel.org/linux-media/20210508235622.300394-4-vrzh@vrzh.net
Signed-off-by: Martiros Shakhzadyan <vrzh@vrzh.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/pci/sh_css.c