Advertisement
Guest User

Untitled

a guest
Dec 28th, 2015
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. diff -Naur linux-awh3-3.4.orig/drivers/video/sunxi/disp2/disp/dev_fb.c linux-awh3-3.4/drivers/video/sunxi/disp2/disp/dev_fb.c
  2. --- linux-awh3-3.4.orig/drivers/video/sunxi/disp2/disp/dev_fb.c 2015-12-28 00:57:55.744268698 -0800
  3. +++ linux-awh3-3.4/drivers/video/sunxi/disp2/disp/dev_fb.c 2015-12-28 00:58:54.981872649 -0800
  4. @@ -874,7 +874,7 @@
  5.  
  6. case FBIO_WAITFORVSYNC:
  7. {
  8. - //ret = fb_wait_for_vsync(info);
  9. + ret = fb_wait_for_vsync(info);
  10. break;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement