[MTD NAND] Modify check for modules registering NAND devices without ->owner
authorDavid Woodhouse <dwmw2@infradead.org>
Sun, 14 May 2006 15:54:39 +0000 (16:54 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Sun, 14 May 2006 15:54:39 +0000 (16:54 +0100)
Make it work even with compilers which lack the wit to notice that
THIS_MODULE is always non-NULL. Use #ifdef MODULE instead. It's only
a temporary debugging check anyway.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>

No differences found