| commit | 447eed8c489258552942afbba8ea042f99c838e6 | [log] [tgz] |
|---|---|---|
| author | Lucas De Marchi <lucas.de.marchi@gmail.com> | Tue Oct 30 04:08:54 2012 -0200 |
| committer | Lucas De Marchi <lucas.de.marchi@gmail.com> | Tue Oct 30 04:11:24 2012 -0200 |
| tree | c4f1044f80177d62d532e472c45c4434e4d3b712 | |
| parent | ec587f298cf172cf89382881bdb45f096376da1d [diff] |
depmod: use our copy of modname instead of calling libkmod In depmod_module_add() we already called kmod_module_get_name() and copied the string to our struct. Use it instead of calling again and again the libkmod function.