STATIC int mipi_dsi_check_esd(struct platform_device *pdev)
{
	return panel_next_check_esd(pdev);
}
예제 #2
0
static int ldi_check_esd(struct platform_device *pdev)
{
	BUG_ON(pdev == NULL);

	return panel_next_check_esd(pdev);
}