Re: [PATCH 3/3] modprobe-small: define and use DEPMOD_OPT_n (option mask)

2017-02-12 Thread Denys Vlasenko
Applied, thanks On Thu, Feb 9, 2017 at 3:48 PM, Kang-Che Sung wrote: > Signed-off-by: Kang-Che Sung > --- > modutils/modprobe-small.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/modutils/modprobe-small.c b/modutils/modprobe-small.c > index 52765bc99..43625490b 100

Re: [PATCH 3/3] modprobe-small: define and use DEPMOD_OPT_n (option mask)

2017-02-10 Thread Kang-Che Sung
On Fri, Feb 10, 2017 at 9:09 PM, Xabier Oneca -- xOneca wrote: > Hello, > > 2017-02-09 15:48 GMT+01:00 Kang-Che Sung : >> Signed-off-by: Kang-Che Sung >> --- >> modutils/modprobe-small.c | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/modutils/modprobe-small.c b/m

Re: [PATCH 3/3] modprobe-small: define and use DEPMOD_OPT_n (option mask)

2017-02-10 Thread Xabier Oneca -- xOneca
Hello, 2017-02-09 15:48 GMT+01:00 Kang-Che Sung : > Signed-off-by: Kang-Che Sung > --- > modutils/modprobe-small.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/modutils/modprobe-small.c b/modutils/modprobe-small.c > index 52765bc99..43625490b 100644 > --- a/modutils

[PATCH 3/3] modprobe-small: define and use DEPMOD_OPT_n (option mask)

2017-02-09 Thread Kang-Che Sung
Signed-off-by: Kang-Che Sung --- modutils/modprobe-small.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modutils/modprobe-small.c b/modutils/modprobe-small.c index 52765bc99..43625490b 100644 --- a/modutils/modprobe-small.c +++ b/modutils/modprobe-small.c @@ -79,6 +79,7 @