]> git.baikalelectronics.ru Git - kernel.git/commit
xconfig: clean up
authorLi Zefan <lizf@cn.fujitsu.com>
Fri, 7 May 2010 05:58:04 +0000 (13:58 +0800)
committerMichal Marek <mmarek@suse.cz>
Wed, 2 Jun 2010 13:10:33 +0000 (15:10 +0200)
commit36452968c3512786a824f5ca0af0cb724bdd43a1
tree99419b51a9638aebab16c03db27d9989813371ce
parent538313d1bbf518ec2928937bb0ab333bcdf31736
xconfig: clean up

@ok is a pointer to a bool var, so we should check the value of
*ok. But actually we don't need to check it, so just remove the
if statement.

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/qconf.cc