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

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
...@@ -147,8 +147,7 @@ void init_comet(void *ci, comet_t *comet, u_int32_t port_mode, int clockmaster, ...@@ -147,8 +147,7 @@ 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); pci_write_32((u_int32_t *) &comet->t1_rboc_ena, 0x00);
if (isT1mode) if (isT1mode)
{ {
/* IBCD cfg: aka Inband Code Detection ** loopback code length set to */
/* IBCD cfg: aka Inband Code Detection ** loopback code length set to */
/* 6 bit down, 5 bit up (assert) */ /* 6 bit down, 5 bit up (assert) */
pci_write_32((u_int32_t *) &comet->ibcd_cfg, 0x04); pci_write_32((u_int32_t *) &comet->ibcd_cfg, 0x04);
/* line loopback activate pattern */ /* line loopback activate pattern */
...@@ -353,7 +352,7 @@ void init_comet(void *ci, comet_t *comet, u_int32_t port_mode, int clockmaster, ...@@ -353,7 +352,7 @@ void init_comet(void *ci, comet_t *comet, u_int32_t port_mode, int clockmaster,
/* RLPS Configuration Status */ /* RLPS Configuration Status */
pci_write_32((u_int32_t *) &comet->rlps_cfgsts, 0x11); pci_write_32((u_int32_t *) &comet->rlps_cfgsts, 0x11);
if (isT1mode) if (isT1mode)
/* ? */ /* ? */
pci_write_32((u_int32_t *) &comet->rlps_alos_thresh, 0x55); pci_write_32((u_int32_t *) &comet->rlps_alos_thresh, 0x55);
else else
/* ? */ /* ? */
...@@ -452,7 +451,7 @@ WrtRcvEqualizerTbl(ci_t *ci, comet_t *comet, u_int32_t *table) ...@@ -452,7 +451,7 @@ WrtRcvEqualizerTbl(ci_t *ci, comet_t *comet, u_int32_t *table)
volatile u_int32_t value; volatile u_int32_t value;
for (ramaddr = 0; ramaddr < 256; ramaddr++) { for (ramaddr = 0; ramaddr < 256; ramaddr++) {
/*** the following lines are per Errata 7, 2.5 ***/ /*** the following lines are per Errata 7, 2.5 ***/
{ {
/* Set up for a read operation */ /* Set up for a read operation */
pci_write_32((u_int32_t *) &comet->rlps_eq_rwsel, 0x80); pci_write_32((u_int32_t *) &comet->rlps_eq_rwsel, 0x80);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment