[RFC/RFT] amd64_edac: avoid doing post-probe setup

From: Dmitry Torokhov
Date: Wed Mar 18 2015 - 20:49:25 EST


While testing asynchronous probing Luis noticed that this driver was
failing to initialize. It is happening because the driver tries to check
the result of binding, assuming that it is done synchronously, and either
abort the loading, or perform some additional setup steps. This series
tried to work around it by moving these post-binding steps into probe() to
be executed when binding node 0.

Untested as I do not have AMD boxes.

Thanks!

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