From: Mark Brown Date: Mon, 19 Mar 2012 15:02:32 +0000 (+0000) Subject: OMAPDSS: TPO-TD03MTEA1: Correct comment for power on delay X-Git-Tag: v3.5-rc3~26^2~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c83af49ca83ebf521f9360baaca3718bb5d303e;p=profile%2Fcommon%2Fkernel-common.git OMAPDSS: TPO-TD03MTEA1: Correct comment for power on delay Since any power on stabilisation delay for the supply itself should be taken care of transparently by the regulator API when the regulator is enabled the additional delay that the TPO-TD03MTEA1 driver adds after that returned should be due to the requirements of the device itself rather than the supply (the delay is also suspicously long for one for a regulator to ramp). Correct the comment to avoid misleading people taking this code as a reference. Signed-off-by: Mark Brown Acked-by: Grazvydas Ignotas Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/video/omap2/displays/panel-tpo-td043mtea1.c b/drivers/video/omap2/displays/panel-tpo-td043mtea1.c index 74c6b87..987cb84 100644 --- a/drivers/video/omap2/displays/panel-tpo-td043mtea1.c +++ b/drivers/video/omap2/displays/panel-tpo-td043mtea1.c @@ -281,7 +281,7 @@ static int tpo_td043_power_on(struct tpo_td043_device *tpo_td043) if (r != 0) return r; - /* wait for regulator to stabilize */ + /* wait for panel to stabilize */ msleep(160); if (gpio_is_valid(nreset_gpio))