On Wed, Sep 15, 2021 at 11:40 AM Leo Liang <ycli...@andestech.com> wrote: > > On Sun, Sep 12, 2021 at 11:15:08AM +0800, Bin Meng wrote: > > The following warning is seen in cache-sifive-ccache.c in a 32-bit build: > > > > warning: cast to pointer from integer of different size > > [-Wint-to-pointer-cast] > > > > Fix by casting it with uintptr_t. > > > > Signed-off-by: Bin Meng <bmeng...@gmail.com> > > --- > > > > drivers/cache/cache-sifive-ccache.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > Reviewed-by: Leo Yu-Chi Liang <ycli...@andestech.com>
Ping for apply?