lan78xx: Clean up some inconsistent indenting
Eliminate the follow smatch warning: drivers/net/usb/lan78xx.c:4961 lan78xx_resume() warn: inconsistent indenting. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
91eddd309c
commit
45932221bd
@ -4957,7 +4957,6 @@ static int lan78xx_resume(struct usb_interface *intf)
|
|||||||
if (ret < 0) {
|
if (ret < 0) {
|
||||||
if (ret == -ENODEV)
|
if (ret == -ENODEV)
|
||||||
netif_device_detach(dev->net);
|
netif_device_detach(dev->net);
|
||||||
|
|
||||||
netdev_warn(dev->net, "Failed to submit intr URB");
|
netdev_warn(dev->net, "Failed to submit intr URB");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user