Skip to content
Commit 903e0e4e authored by Brian Norris's avatar Brian Norris Committed by Artem Bityutskiy
Browse files

UBI: correct usage of IS_ENABLED()

Commit "e9b4cf20

 UBI: fix debugfs-less systems support" fixed one
regression but introduced a different regression - the debugfs is now always
compiled out. Root cause: IS_ENABLED() arguments should be used with the
CONFIG_* prefix.

Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
parent 2d4cf5ae
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment