Re: [PATCH] fbdev/g364fb: Fix a compilation issue

2023-01-15 Thread Helge Deller
Hi Xurui, On 1/9/23 11:04, Geert Uytterhoeven wrote: This time with the new linux-mips mailing list address... On Mon, Jan 9, 2023 at 11:01 AM Geert Uytterhoeven wrote: Hi Xurui, On Thu, Jan 5, 2023 at 10:45 AM xurui wrote: drivers/video/fbdev/g364fb.c:202:4: error: cast to pointer from

Re: [PATCH] fbdev/g364fb: Fix a compilation issue

2023-01-09 Thread Geert Uytterhoeven
This time with the new linux-mips mailing list address... On Mon, Jan 9, 2023 at 11:01 AM Geert Uytterhoeven wrote: > > Hi Xurui, > > On Thu, Jan 5, 2023 at 10:45 AM xurui wrote: > > drivers/video/fbdev/g364fb.c:202:4: error: cast to pointer from integer of > > different size

Re: [PATCH] fbdev/g364fb: Fix a compilation issue

2023-01-09 Thread Geert Uytterhoeven
Hi Xurui, On Thu, Jan 5, 2023 at 10:45 AM xurui wrote: > drivers/video/fbdev/g364fb.c:202:4: error: cast to pointer from integer of > different size [-Werror=int-to-pointer-cast] > > Signed-off-by: xurui Thanks for your patch! > --- a/drivers/video/fbdev/g364fb.c > +++

Re: [PATCH] fbdev/g364fb: Fix a compilation issue

2023-01-09 Thread Helge Deller
On 1/5/23 10:40, xurui wrote: drivers/video/fbdev/g364fb.c:202:4: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] Signed-off-by: xurui applied. Thanks! Helge --- drivers/video/fbdev/g364fb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)