Remove redundant up() in stop_machine()
authorZhou Yingchao <yingchao.zhou@gmail.com>
Mon, 4 Dec 2006 12:58:06 +0000 (13:58 +0100)
committerAdrian Bunk <bunk@stusta.de>
Mon, 4 Dec 2006 12:58:06 +0000 (13:58 +0100)
commit4c3b882b6efbf091fdc0109a952844668d431e6a
tree44c0b5c3cb52acb989dc369dbf16f8133e4340ff
parentdbb4a0ecfe7dc4c989985a23288c98b2e3c8ee0d
Remove redundant up() in stop_machine()

An up() is called in kernel/stop_machine.c on failure, and also in the
caller (unconditionally).

Signed-off-by: Zhou Yingchao <yingchao.zhou@gmail.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
kernel/stop_machine.c