commit | 7cb6a87a88be5d730e7ae14acb6303f3870fe70d | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Nov 07 13:09:42 2014 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Nov 12 13:40:22 2014 +0200 |
tree | c078d620122b071840d626541df97e8fb3773536 | |
parent | 6a3d03e93e54a1780131c714de383d1782131a4d [diff] |
OMAPDSS: DSI: use struct copy instead of individual field copy Now that dsi_clock_info only contains information about the PLL, we can just copy the whole struct when storing the clock information, instead of copying individual fields. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>