]> asedeno.scripts.mit.edu Git - linux.git/commit
atomisp2: remove cast from memory allocation
authorAishwarya Pant <aishpant@gmail.com>
Fri, 22 Sep 2017 06:13:13 +0000 (11:43 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Sep 2017 13:34:37 +0000 (15:34 +0200)
commit4d962df5a7771c90da738de0d24c3828fe23e060
tree447e23d6b92ea5c9930f6109228705720fe1d661
parent80fe133a9a8dfa95111f1d30ca60ee05a9f00cc6
atomisp2: remove cast from memory allocation

Patch removes the following warning issued was coccicheck:
WARNING: casting value returned by memory allocation function to (char *) is
useless.

Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/atomisp/pci/atomisp2/css2400/sh_css_firmware.c