Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1365725 > unrolled thread
| Started by | Rusty Russell <rusty@rustcorp.com.au> |
|---|---|
| First post | 2016-03-29 02:20 +0200 |
| Last post | 2016-03-29 02:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: A problem about loading module Rusty Russell <rusty@rustcorp.com.au> - 2016-03-29 02:20 +0200
| From | Rusty Russell <rusty@rustcorp.com.au> |
|---|---|
| Date | 2016-03-29 02:20 +0200 |
| Subject | Re: A problem about loading module |
| Message-ID | <rhPy1-6r5-1@gated-at.bofh.it> |
"zhaogongyi.jxjian" <zhaogongyi.jxjian@163.com> writes:
> My question is when my module_init defined as:
> void __init__ func_init(*)
> then the ret will be alterable,it depends on specifically running env,that's what we want?
Hi,
This will not work reliably. You must define your init as
int __init__ func_init(void)
Cheers,
Rusty.
Back to top | Article view | linux.kernel
csiph-web