Loading drivers/video/cfbimgblt.c +1 −1 Original line number Diff line number Diff line Loading @@ -181,7 +181,7 @@ static inline void slow_imageblit(const struct fb_image *image, struct fb_info * } shift += bpp; shift &= (32 - 1); if (!l) { l = 8; s++; }; if (!l) { l = 8; s++; } } /* write trailing bits */ Loading drivers/video/cg14.c +2 −2 Original line number Diff line number Diff line Loading @@ -330,7 +330,7 @@ static int cg14_ioctl(struct fb_info *info, unsigned int cmd, unsigned long arg) default: ret = -ENOSYS; break; }; } if (!ret) { sbus_writeb(cur_mode, ®s->mcr); par->mode = mode; Loading @@ -343,7 +343,7 @@ static int cg14_ioctl(struct fb_info *info, unsigned int cmd, unsigned long arg) FBTYPE_MDICOLOR, 8, info->fix.smem_len); break; }; } return ret; } Loading drivers/video/cg6.c +1 −1 Original line number Diff line number Diff line Loading @@ -624,7 +624,7 @@ static void cg6_init_fix(struct fb_info *info, int linebytes) default: cg6_cpu_name = "i386"; break; }; } if (((conf >> CG6_FHC_REV_SHIFT) & CG6_FHC_REV_MASK) >= 11) { if (info->fix.smem_len <= 0x100000) cg6_card_name = "TGX"; Loading drivers/video/exynos/exynos_mipi_dsi_common.c +1 −1 Original line number Diff line number Diff line Loading @@ -667,7 +667,7 @@ int exynos_mipi_dsi_init_dsim(struct mipi_dsim_device *dsim) default: dev_info(dsim->dev, "data lane is invalid.\n"); return -EINVAL; }; } exynos_mipi_dsi_sw_reset(dsim); exynos_mipi_dsi_func_reset(dsim); Loading drivers/video/fsl-diu-fb.c +1 −1 Original line number Diff line number Diff line Loading @@ -1102,7 +1102,7 @@ static int fsl_diu_cursor(struct fb_info *info, struct fb_cursor *cursor) fsl_diu_load_cursor_image(info, image, bg, fg, cursor->image.width, cursor->image.height); }; } /* * Show or hide the cursor. The cursor data is always stored in the Loading Loading
drivers/video/cfbimgblt.c +1 −1 Original line number Diff line number Diff line Loading @@ -181,7 +181,7 @@ static inline void slow_imageblit(const struct fb_image *image, struct fb_info * } shift += bpp; shift &= (32 - 1); if (!l) { l = 8; s++; }; if (!l) { l = 8; s++; } } /* write trailing bits */ Loading
drivers/video/cg14.c +2 −2 Original line number Diff line number Diff line Loading @@ -330,7 +330,7 @@ static int cg14_ioctl(struct fb_info *info, unsigned int cmd, unsigned long arg) default: ret = -ENOSYS; break; }; } if (!ret) { sbus_writeb(cur_mode, ®s->mcr); par->mode = mode; Loading @@ -343,7 +343,7 @@ static int cg14_ioctl(struct fb_info *info, unsigned int cmd, unsigned long arg) FBTYPE_MDICOLOR, 8, info->fix.smem_len); break; }; } return ret; } Loading
drivers/video/cg6.c +1 −1 Original line number Diff line number Diff line Loading @@ -624,7 +624,7 @@ static void cg6_init_fix(struct fb_info *info, int linebytes) default: cg6_cpu_name = "i386"; break; }; } if (((conf >> CG6_FHC_REV_SHIFT) & CG6_FHC_REV_MASK) >= 11) { if (info->fix.smem_len <= 0x100000) cg6_card_name = "TGX"; Loading
drivers/video/exynos/exynos_mipi_dsi_common.c +1 −1 Original line number Diff line number Diff line Loading @@ -667,7 +667,7 @@ int exynos_mipi_dsi_init_dsim(struct mipi_dsim_device *dsim) default: dev_info(dsim->dev, "data lane is invalid.\n"); return -EINVAL; }; } exynos_mipi_dsi_sw_reset(dsim); exynos_mipi_dsi_func_reset(dsim); Loading
drivers/video/fsl-diu-fb.c +1 −1 Original line number Diff line number Diff line Loading @@ -1102,7 +1102,7 @@ static int fsl_diu_cursor(struct fb_info *info, struct fb_cursor *cursor) fsl_diu_load_cursor_image(info, image, bg, fg, cursor->image.width, cursor->image.height); }; } /* * Show or hide the cursor. The cursor data is always stored in the Loading