UPSTREAM: drm: bridge: dw-hdmi: Remove unused function parameter
authorKieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Tue, 17 Jan 2017 08:28:53 +0000 (10:28 +0200)
committerZheng Yang <zhengyang@rock-chips.com>
Fri, 28 Apr 2017 08:20:37 +0000 (16:20 +0800)
commit09db7120f9af4412e31cb670c64eea201f9d406d
treeb109e28bdfe3f2a7be235438b396264c3a67feb6
parent78b413e0f47f832b1657a6b00839796b7b74beb7
UPSTREAM: drm: bridge: dw-hdmi: Remove unused function parameter

The 'prep' parameter passed to hdmi_phy_configure() is useless. It is
hardcoded as 0, and if set, simply prevents the configure function from
executing.

Remove it.

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Jose Abreu <joabreu@synopsys.com>
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Link: http://patchwork.freedesktop.org/patch/msgid/20170117082910.27023-4-laurent.pinchart+renesas@ideasonboard.com
Change-Id: Iff93b8a109d5540283f8ad39ef25ce2fd79acb2a
Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
(cherry pick from dfa73065d61b6ce57aed90bb0d745c4b6f5b71e7)
drivers/gpu/drm/bridge/dw-hdmi.c