Commit 202f66a8 authored by Tony Cho's avatar Tony Cho Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: remove unnecessary inner braces



This patch removes unnecessary inner braces.

Signed-off-by: default avatarTony Cho <tony.cho@atmel.com>
Reviewed-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a0261e0b
Loading
Loading
Loading
Loading
+14 −16
Original line number Diff line number Diff line
@@ -724,7 +724,6 @@ static int sdio_read_size(uint32_t *size)
	/**
	 *      Read DMA count in words
	 **/
	{
	cmd.read_write = 0;
	cmd.function = 0;
	cmd.raw = 0;
@@ -740,7 +739,6 @@ static int sdio_read_size(uint32_t *size)
	cmd.data = 0;
	g_sdio.sdio_cmd52(&cmd);
	tmp |= (cmd.data << 8);
	}

	*size = tmp;
	return 1;