modules: Enabled dynamic debugging for staging modules
commit7816c45bf13255157c00fb8aca86cb64d825e878
authorRoland Vossen <rvossen@broadcom.com>
Thu, 7 Apr 2011 09:20:58 +0000 (7 11:20 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 25 Apr 2011 23:45:22 +0000 (25 16:45 -0700)
treee5f37f71a0d63fa4e6fefbf394a68aef685c6240
parentcb63e4c967541402b79a92a31c841744ca17d1aa
modules: Enabled dynamic debugging for staging modules

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