From: Brian Norris Date: Mon, 18 Jun 2012 23:31:23 +0000 (-0700) Subject: UBI: correct usage of IS_ENABLED() X-Git-Tag: v3.5-rc5~14^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=903e0e4ef9120c3d7693599acb95e76e8263fb35;p=pandora-kernel.git UBI: correct usage of IS_ENABLED() Commit "e9b4cf2 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: Brian Norris Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed