Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 461cbe77 authored by Gregory Bean's avatar Gregory Bean Committed by Daniel Walker
Browse files

video: msm: Fix section mismatch in mddi.c.



Repair a section mismatch between the mddi driver's
platform_driver structure and its probe method.

Signed-off-by: default avatarGregory Bean <gbean@codeaurora.org>
Signed-off-by: default avatarDaniel Walker <dwalker@codeaurora.org>
parent 529d1a36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -668,7 +668,7 @@ static int __init mddi_rev_data_setup(struct mddi_info *mddi)
	return 0;
}

static int __init mddi_probe(struct platform_device *pdev)
static int __devinit mddi_probe(struct platform_device *pdev)
{
	struct msm_mddi_platform_data *pdata = pdev->dev.platform_data;
	struct mddi_info *mddi = &mddi_info[pdev->id];