]> git.baikalelectronics.ru Git - kernel.git/commit
UBI: correct usage of IS_ENABLED()
authorBrian Norris <computersforpeace@gmail.com>
Mon, 18 Jun 2012 23:31:23 +0000 (16:31 -0700)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 27 Jun 2012 11:22:15 +0000 (14:22 +0300)
commit9d713a4cc81d1733869f05022d6a3e7992f71a5d
tree8814f97bbbcfd2a0cd221cac2ed5a3b08cd21fd5
parent44b02b58a025f7e45b97553fa27dbc20de62c444
UBI: correct usage of IS_ENABLED()

Commit "eda6a24 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 <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
drivers/mtd/ubi/debug.c