mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-22 06:41:23 +00:00
13 lines
456 B
Diff
13 lines
456 B
Diff
diff --git a/drivers/video/sunxi/disp2/disp/dev_fb.c b/drivers/video/sunxi/disp2/disp/dev_fb.c
|
|
index cc297aa..b57fa0c 100755
|
|
--- a/drivers/video/sunxi/disp2/disp/dev_fb.c
|
|
+++ b/drivers/video/sunxi/disp2/disp/dev_fb.c
|
|
@@ -682,7 +682,7 @@ static int sunxi_fb_cursor(struct fb_info *info, struct fb_cursor *cursor)
|
|
{
|
|
__inf("sunxi_fb_cursor\n");
|
|
|
|
- return 0;
|
|
+ return -EINVAL; /* just to force soft_cursor() call */
|
|
}
|
|
|
|
s32 drv_disp_vsync_event(u32 sel)
|