mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
rk30 fb: do not lock for screen init
This commit is contained in:
@@ -218,13 +218,13 @@ static int rk30_load_screen(struct rk_lcdc_device_driver *dev_drv, bool initscre
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
spin_unlock(&lcdc_dev->reg_lock);
|
||||
if(screen->init)
|
||||
{
|
||||
screen->init();
|
||||
}
|
||||
spin_unlock(&lcdc_dev->reg_lock);
|
||||
|
||||
printk("%s for lcdc%d ok!\n",__func__,lcdc_dev->id);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user