Signed-off-by: Dave Jones <[email protected]>
---
 drivers/staging/bcm/Bcmchar.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c
index 010dd2a56df0..a4a68a9bbd5f 100644
--- a/drivers/staging/bcm/Bcmchar.c
+++ b/drivers/staging/bcm/Bcmchar.c
@@ -1940,13 +1940,12 @@ static long bcm_char_ioctl(struct file *filp, UINT cmd, 
ULONG arg)
                Status = bcm_char_ioctl_set_active_section(argp, Adapter);
                return Status;
 
-       case IOCTL_BCM_IDENTIFY_ACTIVE_SECTION: {
+       case IOCTL_BCM_IDENTIFY_ACTIVE_SECTION:
                /* Right Now we are taking care of only DSD */
                Adapter->bAllDSDWriteAllow = false;
                BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, OSAL_DBG, 
DBG_LVL_ALL, "IOCTL_BCM_IDENTIFY_ACTIVE_SECTION called");
                Status = STATUS_SUCCESS;
-       }
-       break;
+               break;
 
        case IOCTL_BCM_COPY_SECTION: {
                struct bcm_flash2x_copy_section sCopySectStrut = {0};
-- 
1.8.5.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to