Ejemplo n.º 1
0
int s3c_mdnie_stop(void)
{
	if (!IS_ERR_OR_NULL(g_mdnie))
		g_mdnie->enable = FALSE;

	return s3c_ielcd_stop();
}
Ejemplo n.º 2
0
int s3c_mdnie_stop(void)
{

	s3c_ielcd_stop();

	return 0;

}