projects
/
platform
/
upstream
/
kmod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af9572c
)
modprobe: avoid breaking on insertion failure
author
Dave Reisner
<dreisner@archlinux.org>
Fri, 3 Feb 2012 13:15:36 +0000
(08:15 -0500)
committer
Dave Reisner
<dreisner@archlinux.org>
Fri, 3 Feb 2012 14:10:13 +0000
(09:10 -0500)
tools/kmod-modprobe.c
patch
|
blob
|
history
diff --git
a/tools/kmod-modprobe.c
b/tools/kmod-modprobe.c
index
94500cf
..
4e9eb30
100644
(file)
--- a/
tools/kmod-modprobe.c
+++ b/
tools/kmod-modprobe.c
@@
-608,8
+608,6
@@
static int insmod(struct kmod_ctx *ctx, const char *alias,
}
kmod_module_unref(mod);
- if (err != 0)
- break;
}
kmod_module_unref_list(list);