summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/verisilicon/vs_dc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/verisilicon/vs_dc.c b/drivers/gpu/drm/verisilicon/vs_dc.c
index ba1b3f261a3a..5f629d2d4bea 100644
--- a/drivers/gpu/drm/verisilicon/vs_dc.c
+++ b/drivers/gpu/drm/verisilicon/vs_dc.c
@@ -46,8 +46,8 @@ static int vs_dc_probe(struct platform_device *pdev)
struct vs_dc *dc;
void __iomem *regs;
unsigned int port_count, i;
- /* pix0/pix1 */
- char pixclk_name[5];
+ /* pix%u */
+ char pixclk_name[14];
int irq, ret;
if (!dev->of_node) {