modules: Enabled dynamic debugging for staging modules
authorRoland Vossen <rvossen@broadcom.com>
Thu, 7 Apr 2011 09:20:58 +0000 (11:20 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 25 Apr 2011 23:45:22 +0000 (16:45 -0700)
Driver modules from the staging directory are marked 'tainted'
by module.c. Subsequently, tainted modules are denied dynamic
debugging. This is unwanted behavior, since staging modules should
be able to use the dynamic debugging mechanism.

Please merge this also into the staging-linus branch.

Signed-off-by: Roland Vossen <rvossen@broadcom.com>
Acked-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
kernel/module.c

diff --cc kernel/module.c
Simple merge