generic: rtl8366_smi: remove duplicated spinlock initialization
SVN-Revision: 31916
This commit is contained in:
parent
9217115687
commit
705d31203c
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue