dect
/
linux-2.6
Archived
13
0
Fork 0

OMAP: DSS2: Taal: Print panel name in addition to revision

The driver will support other panels in addition to Taal, print also the
name.

Signed-off-by: Jani Nikula <ext-jani.1.nikula@nokia.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
This commit is contained in:
Jani Nikula 2010-04-16 14:21:14 +03:00 committed by Tomi Valkeinen
parent e7f6c3f2fb
commit 0f45bddf04
1 changed files with 2 additions and 2 deletions

View File

@ -811,8 +811,8 @@ static int taal_power_on(struct omap_dss_device *dssdev)
td->enabled = 1;
if (!td->intro_printed) {
dev_info(&dssdev->dev, "revision %02x.%02x.%02x\n",
id1, id2, id3);
dev_info(&dssdev->dev, "%s panel revision %02x.%02x.%02x\n",
td->panel_config->name, id1, id2, id3);
if (td->cabc_broken)
dev_info(&dssdev->dev,
"old Taal version, CABC disabled\n");