driver-core: fix Typo in drivers/base/core.c for CONFIG_MODULE
authorChristoph Egger <siccegge@cs.fau.de>
Mon, 17 May 2010 14:57:58 +0000 (16:57 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 21 May 2010 16:37:32 +0000 (09:37 -0700)
commit1d9e882ba4971f31473dd812da64909f30a6c242
tree7aa72f2ca3a39ee0e505ea0d91a9d773bdbad269
parentde139a3393958c5adc75b7df7619d7e48d9ea559
driver-core: fix Typo in drivers/base/core.c for CONFIG_MODULE

In this code section the final S of CONFIG_MODULES was missed making
the whole check useless

Signed-off-by: Christoph Egger <siccegge@cs.fau.de>
Cc: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/core.c