Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01001398 authored by Dulshani Gunawardhana's avatar Dulshani Gunawardhana Committed by Greg Kroah-Hartman
Browse files

staging/cxt1e1:Fixes suspect code indent warning



Fixes checkpatch.pl warning "suspect code indent for conditional
statements" for comet.c.

Signed-off-by: default avatarDulshani Gunawardhana <dulshani.gunawardhana89@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d2ca24c7
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -147,7 +147,6 @@ void init_comet(void *ci, comet_t *comet, u_int32_t port_mode, int clockmaster,
	pci_write_32((u_int32_t *) &comet->t1_rboc_ena, 0x00);
	if (isT1mode)
	{

		/* IBCD cfg: aka Inband Code Detection ** loopback code length set to */
		/* 6 bit down, 5 bit up (assert) */
		pci_write_32((u_int32_t *) &comet->ibcd_cfg, 0x04);