]> Git Repo - linux.git/commit
iio: sw-trigger: Fix config group initialization
authorLars-Peter Clausen <[email protected]>
Mon, 11 Jul 2016 11:50:01 +0000 (13:50 +0200)
committerJonathan Cameron <[email protected]>
Mon, 15 Aug 2016 14:39:09 +0000 (15:39 +0100)
commitb2f0c09664b72b2f8c581383a9337ac3092e42c8
treeef0508ab300b20b46752aabeb91d087d9c060a00
parent776b645315d372e06e46167194605d308aa1a790
iio: sw-trigger: Fix config group initialization

Use the IS_ENABLED() helper macro to ensure that the configfs group is
initialized either when configfs is built-in or when configfs is built as a
module. Otherwise software trigger creation will result in undefined
behaviour when configfs is built as a mdoule since the configfs group for
the trigger is not properly initialized.

Fixes: b662f809d410 ("iio: core: Introduce IIO software triggers")
Signed-off-by: Lars-Peter Clausen <[email protected]>
Acked-by: Daniel Baluta <[email protected]>
Cc: <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
include/linux/iio/sw_trigger.h
This page took 0.058413 seconds and 4 git commands to generate.