mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 15:29:16 +00:00
stop_machine: remove unused variable
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
59f9415ffb
commit
ed6d68763b
@ -65,7 +65,6 @@ static void ack_state(void)
|
|||||||
static int stop_cpu(struct stop_machine_data *smdata)
|
static int stop_cpu(struct stop_machine_data *smdata)
|
||||||
{
|
{
|
||||||
enum stopmachine_state curstate = STOPMACHINE_NONE;
|
enum stopmachine_state curstate = STOPMACHINE_NONE;
|
||||||
int uninitialized_var(ret);
|
|
||||||
|
|
||||||
/* Simple state machine */
|
/* Simple state machine */
|
||||||
do {
|
do {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user