[RFT/PATCH 2/7] arm: omap: smartreflex: add missing platform_set_drvdata()
Felipe Balbi
balbi at ti.com
Mon Oct 10 08:26:14 EDT 2011
that's very useful to fetch the correct struct sr_info
from PM handlers.
Signed-off-by: Felipe Balbi <balbi at ti.com>
---
arch/arm/mach-omap2/smartreflex.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-omap2/smartreflex.c b/arch/arm/mach-omap2/smartreflex.c
index af158c0..55e297e 100644
--- a/arch/arm/mach-omap2/smartreflex.c
+++ b/arch/arm/mach-omap2/smartreflex.c
@@ -855,6 +855,8 @@ static int __init omap_sr_probe(struct platform_device *pdev)
return -ENOMEM;
}
+ platform_set_drvdata(pdev, sr_info);
+
if (!pdata) {
dev_err(&pdev->dev, "%s: platform data missing\n", __func__);
ret = -EINVAL;
--
1.7.6.396.ge0613
More information about the linux-arm-kernel
mailing list