]> git.ipfire.org Git - thirdparty/systemd.git/commit
kmod-setup: don't print warning on -ENOSYS 166/head
authorDaniel Mack <daniel@zonque.org>
Thu, 11 Jun 2015 11:10:39 +0000 (13:10 +0200)
committerDaniel Mack <daniel@zonque.org>
Thu, 11 Jun 2015 14:49:24 +0000 (16:49 +0200)
commit78d298bbc57e412574ea35e6e66f562d97fd9ebc
tree6275db6994b6c416127d1380460692d8f2ae5931
parent512b85af26a68a41a441e1b0489932a96a6f757a
kmod-setup: don't print warning on -ENOSYS

-ENOSYS is returned from kmod_module_probe_insert_module() if a module isn't
available, not -ENOENT. Don't spit out a warning in that case unless the
warn_if_unavailable flag is set.

Also factor out the condition into an own variable for better readability.
src/core/kmod-setup.c