irda: w83977af_ir: cleanup an indent issue
In commit 99d8d2159d
("irda: w83977af_ir: Neaten logging"), we
accidentally added an extra tab to these lines.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7cafe8f824
commit
3a7f0762a6
|
@ -517,9 +517,9 @@ static netdev_tx_t w83977af_hard_xmit(struct sk_buff *skb,
|
|||
|
||||
mtt = irda_get_mtt(skb);
|
||||
pr_debug("%s: %ld, mtt=%d\n", __func__, jiffies, mtt);
|
||||
if (mtt > 1000)
|
||||
mdelay(mtt / 1000);
|
||||
else if (mtt)
|
||||
if (mtt > 1000)
|
||||
mdelay(mtt / 1000);
|
||||
else if (mtt)
|
||||
udelay(mtt);
|
||||
|
||||
/* Enable DMA interrupt */
|
||||
|
|
Loading…
Reference in New Issue