Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77927
b: refs/heads/master
c: 0aa5bd5
h: refs/heads/master
i:
  77925: 81e04f8
  77923: f6b7cc7
  77919: 189eeb4
v: v3
  • Loading branch information
Jon Masters authored and Rusty Russell committed Jan 29, 2008
1 parent 480d794 commit 7b153da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8686c99875f3849047660a5b6d02438443f22ce7
refs/heads/master: 0aa5bd52d0c49ca56d24584c646e6544ccbb3dc9
2 changes: 1 addition & 1 deletion trunk/kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -1916,7 +1916,7 @@ static struct module *load_module(void __user *umod,
set_license(mod, get_modinfo(sechdrs, infoindex, "license"));

if (strcmp(mod->name, "ndiswrapper") == 0)
add_taint(TAINT_PROPRIETARY_MODULE);
add_taint_module(mod, TAINT_PROPRIETARY_MODULE);
if (strcmp(mod->name, "driverloader") == 0)
add_taint_module(mod, TAINT_PROPRIETARY_MODULE);

Expand Down

0 comments on commit 7b153da

Please sign in to comment.