OSDN Git Service

plugin: handle ENOSYS as not-supported
authorDavid Herrmann <dh.herrmann@gmail.com>
Wed, 2 Oct 2013 15:57:30 +0000 (17:57 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 3 Oct 2013 06:54:15 +0000 (09:54 +0300)
commite7f623e09adc7858dbc1adb72d212a27bc9b2066
tree4002d07362a54c8747be429efc4694d586d4e162
parentc287f304df87b814399f9844794422ef72857673
plugin: handle ENOSYS as not-supported

Allow plugins to return -ENOSYS during registration and handle it as
"not-supported" error. It makes the error messages slightly more useful in
case kernel-support is missing for a particular subsystem.
src/plugin.c