From: Erik Jones Date: Thu, 21 Jun 2012 03:17:03 +0000 (-0400) Subject: staging: rts5139: rts51x_chip: fixed brace coding style issue X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=3852587ac62d249f26f89e3fef28c0474cc25729;p=deliverable%2Flinux.git staging: rts5139: rts51x_chip: fixed brace coding style issue Fixed a coding style issue. Signed-off-by: Erik Jones Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rts5139/rts51x_chip.c b/drivers/staging/rts5139/rts51x_chip.c index db88d7a194b8..08dcae8db63e 100644 --- a/drivers/staging/rts5139/rts51x_chip.c +++ b/drivers/staging/rts5139/rts51x_chip.c @@ -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,