mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-04 10:10:47 +00:00
generic: rtl8366_smi: remove duplicated spinlock initialization
SVN-Revision: 31916
This commit is contained in:
parent
9217115687
commit
705d31203c
@ -1291,8 +1291,6 @@ int rtl8366_smi_init(struct rtl8366_smi *smi)
|
||||
if (err)
|
||||
goto err_out;
|
||||
|
||||
spin_lock_init(&smi->lock);
|
||||
|
||||
dev_info(smi->parent, "using GPIO pins %u (SDA) and %u (SCK)\n",
|
||||
smi->gpio_sda, smi->gpio_sck);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user