Re: [PATCH v4] remoteproc: remove unnecessary (void*) conversions

From: Dan Carpenter
Date: Tue Mar 28 2023 - 03:42:52 EST


On Tue, Mar 28, 2023 at 10:49:07AM +0800, Yu Zhe wrote:
> Pointer variables of void * type do not require type cast.
>
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Link: https://lore.kernel.org/oe-kbuild-all/202303272213.jOYrwBZu-lkp@xxxxxxxxx/
> Signed-off-by: Yu Zhe <yuzhe@xxxxxxxxxxxx>
> ---
>
> v3->v4:
> Drop wrong modifies

Seems okay. (I haven't tried compiling it or anything).

regards,
dan carpenter