mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
generic: rtl8366_smi: use __rtl8366_smi_cleanup instead of gpio_free calls
SVN-Revision: 32942
This commit is contained in:
parent
9f011e7225
commit
614ca3cc9e
@ -1340,8 +1340,7 @@ void rtl8366_smi_cleanup(struct rtl8366_smi *smi)
|
|||||||
{
|
{
|
||||||
rtl8366_debugfs_remove(smi);
|
rtl8366_debugfs_remove(smi);
|
||||||
rtl8366_smi_mii_cleanup(smi);
|
rtl8366_smi_mii_cleanup(smi);
|
||||||
gpio_free(smi->gpio_sck);
|
__rtl8366_smi_cleanup(smi);
|
||||||
gpio_free(smi->gpio_sda);
|
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(rtl8366_smi_cleanup);
|
EXPORT_SYMBOL_GPL(rtl8366_smi_cleanup);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user