diff options
Diffstat (limited to 'drivers/media/radio/radio-wl1273.c')
-rw-r--r-- | drivers/media/radio/radio-wl1273.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-wl1273.c b/drivers/media/radio/radio-wl1273.c index e2550dc2944f..46cacf845049 100644 --- a/drivers/media/radio/radio-wl1273.c +++ b/drivers/media/radio/radio-wl1273.c | |||
@@ -1990,7 +1990,7 @@ static int wl1273_fm_radio_remove(struct platform_device *pdev) | |||
1990 | 1990 | ||
1991 | static int __devinit wl1273_fm_radio_probe(struct platform_device *pdev) | 1991 | static int __devinit wl1273_fm_radio_probe(struct platform_device *pdev) |
1992 | { | 1992 | { |
1993 | struct wl1273_core **core = mfd_get_data(pdev); | 1993 | struct wl1273_core **core = pdev->dev.platform_data; |
1994 | struct wl1273_device *radio; | 1994 | struct wl1273_device *radio; |
1995 | struct v4l2_ctrl *ctrl; | 1995 | struct v4l2_ctrl *ctrl; |
1996 | int r = 0; | 1996 | int r = 0; |