commit | a48bc6ac2c6cd85bc079fc859ab14ea844e812cd | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Sun Mar 04 23:55:56 2018 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Sep 03 16:13:27 2018 +0300 |
tree | f0b6acb223de28f74a0e54f6ae6751d88c16ae67 | |
parent | bea131966ffab271e8c3b33e37244ad340fb7876 [diff] |
drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect() The dss_mgr_connect() and dss_mgr_disconnect() functions take two omap_dss_device pointers as parameters, which are always set to the same value by all callers. Remove the duplicated pointer. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>