mfd: omap-usb-tll: Check for missing platform data in probe
authorRoger Quadros <rogerq@ti.com>
Mon, 26 Nov 2012 13:17:32 +0000 (15:17 +0200)
committerRoger Quadros <rogerq@ti.com>
Wed, 13 Feb 2013 11:22:41 +0000 (13:22 +0200)
commit8bdbd1549479840293e46bf0f84d7174e77b7b5e
tree4f08c2410d622ede3d2d7f5e7654546b78770845
parent32a51f2a536fd045c472779c13ac09e9e80ac3cc
mfd: omap-usb-tll: Check for missing platform data in probe

No need to check for missing platform data in runtime_suspend/resume
as it makes more sense to do it in the probe function.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Reviewed-by: Felipe Balbi <balbi@ti.com>
drivers/mfd/omap-usb-tll.c