Skip to content

Commit

Permalink
staging: rts5139: rts51x_chip: fixed brace coding style issue
Browse files Browse the repository at this point in the history
Fixed a coding style issue.

Signed-off-by: Erik Jones <erik@ejnode.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Erik Jones authored and Greg Kroah-Hartman committed Jun 23, 2012
1 parent 6e891af commit 3852587
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/staging/rts5139/rts51x_chip.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,11 +363,10 @@ void rts51x_polling_func(struct rts51x_chip *chip)
break;
}

if (chip->option.auto_delink_en && !chip->card_ready) {
if (chip->option.auto_delink_en && !chip->card_ready)
rts51x_auto_delink(chip);
} else {
else
chip->auto_delink_counter = 0;
}
}

void rts51x_add_cmd(struct rts51x_chip *chip,
Expand Down

0 comments on commit 3852587

Please sign in to comment.