On Tuesday 19 November 2013 05:01 PM, Mark Brown wrote:
On Tue, Nov 19, 2013 at 04:28:23PM +0530, Sourav Poddar wrote:
There is a bug in qspi removal path, as a result of which
qspi cannot be removed when used as a module. The patch
solves the bug and qspi can be removed cleanly.
What is the bug? The important bit of information is what's actually
being changed.
pm_runtime api is not used to properly disable the PM part.
spi_unregister_master(qspi->master) shows a NULL pointer dereference.
Also align the runtime error path check through out the code.
Ok.
This should be split out.
--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html