fbdev: pm3fb: cleanup some confusing indenting
This if statement should be pushed out one tab to line up with the rest. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
parent
7dea97e037
commit
b3924dd7a9
|
@ -1479,9 +1479,9 @@ static void pm3fb_remove(struct pci_dev *dev)
|
||||||
fb_dealloc_cmap(&info->cmap);
|
fb_dealloc_cmap(&info->cmap);
|
||||||
|
|
||||||
#ifdef CONFIG_MTRR
|
#ifdef CONFIG_MTRR
|
||||||
if (par->mtrr_handle >= 0)
|
if (par->mtrr_handle >= 0)
|
||||||
mtrr_del(par->mtrr_handle, info->fix.smem_start,
|
mtrr_del(par->mtrr_handle, info->fix.smem_start,
|
||||||
info->fix.smem_len);
|
info->fix.smem_len);
|
||||||
#endif /* CONFIG_MTRR */
|
#endif /* CONFIG_MTRR */
|
||||||
iounmap(info->screen_base);
|
iounmap(info->screen_base);
|
||||||
release_mem_region(fix->smem_start, fix->smem_len);
|
release_mem_region(fix->smem_start, fix->smem_len);
|
||||||
|
|
Loading…
Reference in New Issue