From: Kelley Nielsen Date: Sat, 12 Oct 2013 15:37:53 +0000 (-0700) Subject: staging: ft1000: remove braces from one-line conditional X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=cfd9d1fad6bd0fe6679c3ffa455ca3c14651aecb;p=deliverable%2Flinux.git staging: ft1000: remove braces from one-line conditional As per coding style, braces {} are not necessary for single statement blocks Signed-off-by: Kelley Nielsen Reviewed-by: Josh Triplett Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ft1000/ft1000-usb/ft1000_download.c b/drivers/staging/ft1000/ft1000-usb/ft1000_download.c index 1e62b5060d00..85c9ce175aef 100644 --- a/drivers/staging/ft1000/ft1000-usb/ft1000_download.c +++ b/drivers/staging/ft1000/ft1000-usb/ft1000_download.c @@ -1201,9 +1201,8 @@ u16 scram_dnldr(struct ft1000_usb *ft1000dev, void *pFileStart, break; } /* End Switch */ - if (status != STATUS_SUCCESS) { + if (status != STATUS_SUCCESS) break; - } /**** // Check if Card is present