diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_device.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_device.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_device.c b/arch/arm/mach-omap2/omap_device.c index 4cb8fd9f741f..72ebc4c16bae 100644 --- a/arch/arm/mach-omap2/omap_device.c +++ b/arch/arm/mach-omap2/omap_device.c | |||
@@ -901,7 +901,8 @@ static int __init omap_device_late_idle(struct device *dev, void *data) | |||
901 | if (od->hwmods[i]->flags & HWMOD_INIT_NO_IDLE) | 901 | if (od->hwmods[i]->flags & HWMOD_INIT_NO_IDLE) |
902 | return 0; | 902 | return 0; |
903 | 903 | ||
904 | if (od->_driver_status != BUS_NOTIFY_BOUND_DRIVER) { | 904 | if (od->_driver_status != BUS_NOTIFY_BOUND_DRIVER && |
905 | od->_driver_status != BUS_NOTIFY_BIND_DRIVER) { | ||
905 | if (od->_state == OMAP_DEVICE_STATE_ENABLED) { | 906 | if (od->_state == OMAP_DEVICE_STATE_ENABLED) { |
906 | dev_warn(dev, "%s: enabled but no driver. Idling\n", | 907 | dev_warn(dev, "%s: enabled but no driver. Idling\n", |
907 | __func__); | 908 | __func__); |