video: fbdev: savage: fix indentation issue
The indentation in the if statement is not indented correctly, fix this with extra level of indentation. Signed-off-by: Colin Ian King <colin.king@canonical.com> Cc: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
This commit is contained in:
committed by
Bartlomiej Zolnierkiewicz
parent
a7ae716ecf
commit
3f98434235
@@ -2155,9 +2155,9 @@ static int savage_init_fb_info(struct fb_info *info, struct pci_dev *dev,
|
|||||||
|
|
||||||
err = fb_alloc_cmap(&info->cmap, NR_PALETTE, 0);
|
err = fb_alloc_cmap(&info->cmap, NR_PALETTE, 0);
|
||||||
if (!err)
|
if (!err)
|
||||||
info->flags |= FBINFO_HWACCEL_COPYAREA |
|
info->flags |= FBINFO_HWACCEL_COPYAREA |
|
||||||
FBINFO_HWACCEL_FILLRECT |
|
FBINFO_HWACCEL_FILLRECT |
|
||||||
FBINFO_HWACCEL_IMAGEBLIT;
|
FBINFO_HWACCEL_IMAGEBLIT;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
return err;
|
return err;
|
||||||
|
|||||||
Reference in New Issue
Block a user