Skip to content

Commit

Permalink
stop_machine: remove unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • Loading branch information
Li Zefan authored and Rusty Russell committed Aug 12, 2008
1 parent 59f9415 commit ed6d687
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/stop_machine.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ static void ack_state(void)
static int stop_cpu(struct stop_machine_data *smdata)
{
enum stopmachine_state curstate = STOPMACHINE_NONE;
int uninitialized_var(ret);

/* Simple state machine */
do {
Expand Down

0 comments on commit ed6d687

Please sign in to comment.