Skip to content

Commit

Permalink
usb: chipidea: usbmisc_imx: Remove unneeded semicolon
Browse files Browse the repository at this point in the history
Remove unneeded semicolon.

The semantic patch that makes this change is available
in scripts/coccinelle/misc/semicolon.cocci.

More information about semantic patching is available at
http://coccinelle.lip6.fr/

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Peter Chen <peter.chen@freescale.com>
  • Loading branch information
Fabio Estevam authored and Peter Chen committed Jun 8, 2015
1 parent b3d424e commit aa90e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/chipidea/usbmisc_imx.c
Original file line number Diff line number Diff line change
@@ -160,7 +160,7 @@ static int usbmisc_imx27_init(struct imx_usbmisc_data *data)
break;
default:
return -EINVAL;
};
}

spin_lock_irqsave(&usbmisc->lock, flags);
if (data->disable_oc)

0 comments on commit aa90e99

Please sign in to comment.