]> git.ipfire.org Git - thirdparty/kmod.git/commit
depmod: report failures in loading symbols
authorDave Reisner <dreisner@archlinux.org>
Mon, 7 May 2012 23:41:42 +0000 (19:41 -0400)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 8 May 2012 13:22:14 +0000 (10:22 -0300)
commit819f79a24d58e3c8429f1631df2f8f85a2f95d4a
treeff621e94df449d7613996136bc43bda0470e6b5b
parentc7d5a60d3df735a3816bbc1ff1b416a803a4f7a6
depmod: report failures in loading symbols

Previously, depmod would relegate failures of kmod_module_get_symbols()
to debug output, assuming the "error" was simply a lack of symbols.
Leave the ENOENT return to debug output, but report anything else as a
real error.
tools/kmod-depmod.c