]> git.ipfire.org Git - thirdparty/kmod.git/commit
Do not call exported function for mod->name
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Sat, 31 Dec 2011 13:21:52 +0000 (11:21 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Sat, 31 Dec 2011 13:21:52 +0000 (11:21 -0200)
commit4926cb501d1dfeb19f9cb7788ea26d91d2ee6e47
tree6d1908f52091c9c58f3f51b35e6a2fe1e7cb11f7
parent0d46743ca50e6005843d13b012db96ae7e7b2c57
Do not call exported function for mod->name

Name is always available and we don't neet to call a exported function
to get it.
libkmod/libkmod-module.c