On 2/20/20 7:21 PM, Maxime Ripard wrote:
- regmap_write_bits(tcon->regs, SUN4I_TCON0_LVDS_ANA0_REG,
SUN6I_TCON0_LVDS_ANA0_EN_DRVD(0xf),
SUN6I_TCON0_LVDS_ANA0_EN_DRVD(val));
+}
There's an extra blank line here that was reported by checkpatch. I've fixed it up while applying.
Weird, checkpatch didn't warn me about that:
./scripts/checkpatch.pl patches/0001-drm-sun4i-tcon-Introduce-LVDS-setup-routine-setting.patch total: 0 errors, 0 warnings, 103 lines checked
patches/0001-drm-sun4i-tcon-Introduce-LVDS-setup-routine-setting.patch has no obvious style problems and is ready for submission.
In any case, thanks for correcting it!