git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a611c3
)
module: add within_module() function
author
Petr Mladek
<pmladek@suse.cz>
Sat, 26 Jul 2014 21:54:01 +0000
(07:24 +0930)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Sun, 27 Jul 2014 11:22:43 +0000
(20:52 +0930)
It is just a small optimization that allows to replace few
occurrences of within_module_init() || within_module_core()
with a single call.
Signed-off-by: Petr Mladek <pmladek@suse.cz>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
No differences found