tests/modetest: remove bracket in dump_connectors()
Signed-off-by: Nicolas Caramelli <caramelli.devel@gmail.com>main
parent
31dc14840f
commit
1a2b1a6cac
|
@ -457,7 +457,7 @@ static void dump_connectors(struct device *dev)
|
|||
if (connector->count_modes) {
|
||||
printf(" modes:\n");
|
||||
printf("\tindex name refresh (Hz) hdisp hss hse htot vdisp "
|
||||
"vss vse vtot)\n");
|
||||
"vss vse vtot\n");
|
||||
for (j = 0; j < connector->count_modes; j++)
|
||||
dump_mode(&connector->modes[j], j);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue