On 8/4/25 09:24, Qianfeng Rong wrote:
Use vmalloc_array() instead of vmalloc() to simplify the function
xenfb_probe().
Compile-tested only.
Signed-off-by: Qianfeng Rong
---
drivers/video/fbdev/xen-fbfront.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
applied.
Thanks!
Helge
Use vmalloc_array() instead of vmalloc() to simplify the function
xenfb_probe().
Compile-tested only.
Signed-off-by: Qianfeng Rong
---
drivers/video/fbdev/xen-fbfront.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/fbdev/xen-fbfront.c
b/drivers/video/fbdev/x