diff options
Diffstat (limited to 'arch/mips/txx9/generic/setup_tx4939.c')
| -rw-r--r-- | arch/mips/txx9/generic/setup_tx4939.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/txx9/generic/setup_tx4939.c b/arch/mips/txx9/generic/setup_tx4939.c index 5ff7a9584da..729a5099178 100644 --- a/arch/mips/txx9/generic/setup_tx4939.c +++ b/arch/mips/txx9/generic/setup_tx4939.c @@ -301,7 +301,7 @@ void __init tx4939_sio_init(unsigned int sclk, unsigned int cts_mask)  	unsigned int ch_mask = 0;  	__u64 pcfg = __raw_readq(&tx4939_ccfgptr->pcfg); -	cts_mask |= ~1;	/* only SIO0 have RTS/CTS */ +	cts_mask |= ~1; /* only SIO0 have RTS/CTS */  	if ((pcfg & TX4939_PCFG_SIO2MODE_MASK) != TX4939_PCFG_SIO2MODE_SIO0)  		cts_mask |= 1 << 0; /* disable SIO0 RTS/CTS by PCFG setting */  	if ((pcfg & TX4939_PCFG_SIO2MODE_MASK) != TX4939_PCFG_SIO2MODE_SIO2) @@ -378,7 +378,7 @@ void __init tx4939_mtd_init(int ch)  	unsigned long size = txx9_ce_res[ch].end - start + 1;  	if (!(TX4939_EBUSC_CR(ch) & 0x8)) -		return;	/* disabled */ +		return; /* disabled */  	txx9_physmap_flash_init(ch, start, size, &pdata);  }  |