On Sunday 07 February 2016 19:00:44 Paul Gortmaker wrote: > We've exported the symbols that we know these specific drivers > will need as tristate, so now we can make the conversion from > bool to tristate w/o concern for build regressions. > > Cc: Bjorn Helgaas <bhelg...@google.com> > Cc: Ley Foon Tan <lf...@altera.com> > Cc: Geert Uytterhoeven <geert+rene...@glider.be> > Cc: Stanimir Varbanov <svarba...@mm-sol.com> > Cc: Thierry Reding <thierry.red...@gmail.com> > Cc: Arnd Bergmann <a...@arndb.de> > Cc: linux-...@vger.kernel.org > Cc: linux-arm-...@vger.kernel.org > Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com>
Looks good, but I'm not sure what happens on unload. Did you check? Until this is tested, maybe it's best to prevent module unloading? Arnd