On 07/03/16 10:16, Laurent Pinchart wrote:
>> @@ -319,17 +279,12 @@ static int dvic_probe(struct platform_device *pdev)
>>
>> platform_set_drvdata(pdev, ddata);
>>
>> -if (dev_get_platdata(&pdev->dev)) {
>> -r = dvic_probe_pdata(pdev);
>> -if (r)
>> -
Hi Tomi,
Thank you for the patch.
On Monday 22 February 2016 19:10:13 Tomi Valkeinen wrote:
> We no longer have any boards that require the platform data support from
> the connector, so we can remove the related code.
>
> Signed-off-by: Tomi Valkeinen
> ---
> drivers/gpu/drm/omapdrm/displays/
We no longer have any boards that require the platform data support from
the connector, so we can remove the related code.
Signed-off-by: Tomi Valkeinen
---
drivers/gpu/drm/omapdrm/displays/connector-dvi.c | 55 +++-
1 file changed, 5 insertions(+), 50 deletions(-)
diff --gi