On Mon, 25 May 2015, Andy Shevchenko wrote:

> From: Heikki Krogerus <heikki.kroge...@linux.intel.com>
> 
> If the parent is still suspended when a driver probe,
> remove or shutdown is attempted, the result may be a
> failure.
> 
> For example, if the parent is a PCI MFD device that has been
> suspended when we try to probe our device, any register
> reads will return 0xffffffff.
> 
> To fix the problem, making sure the parent is always awake
> before using driver probe, remove or shutdown.
> 
> Signed-off-by: Heikki Krogerus <heikki.kroge...@linux.intel.com>
> Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com>
> ---
>  drivers/base/platform.c | 21 ++++++++++++++++++++-

Why make the changes here rather than in dd.c?  Is there something 
special about platform devices?

Alan Stern

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to