staging/cxt1e1:Fixes suspect code indent warning
Fixes checkpatch.pl warning "suspect code indent for conditional statements" for comet.c. Signed-off-by: Dulshani Gunawardhana <dulshani.gunawardhana89@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d2ca24c7c3
commit
010013981a
1 changed files with 3 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue