mirror of https://github.com/hak5/openwrt-owl.git
parent
c15a8f3b93
commit
8394a32815
|
@ -1731,7 +1731,7 @@ static int rtl8366_smi_switch_init(struct rtl8366_smi *smi)
|
|||
if (err)
|
||||
dev_err(&smi->pdev->dev, "switch registration failed\n");
|
||||
|
||||
return;
|
||||
return err;
|
||||
}
|
||||
|
||||
static void rtl8366_smi_switch_cleanup(struct rtl8366_smi *smi)
|
||||
|
|
Loading…
Reference in New Issue