Commit d2a1054b authored by Peng Li's avatar Peng Li Committed by David S. Miller

net: farsync: fix the alignment issue

Alignment should match open parenthesis.
Signed-off-by: default avatarPeng Li <lipeng321@huawei.com>
Signed-off-by: default avatarGuangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ae1be3fa
......@@ -2293,7 +2293,7 @@ fst_init_card(struct fst_card_info *card)
err = register_hdlc_device(card->ports[i].dev);
if (err < 0) {
pr_err("Cannot register HDLC device for port %d (errno %d)\n",
i, -err);
i, -err);
while (i--)
unregister_hdlc_device(card->ports[i].dev);
return err;
......
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