提交 ce3a5de7 编写于 作者: E Emil Goode 提交者: Samuel Ortiz

NFC: st21nfca: Remove double assignment of .owner in struct device_driver

The .owner member of struct device_driver is assigned THIS_MODULE twice.

Introduced by:

commit c44cb2ed
("NFC: dts: st21nfca: Add device-tree (Open Firmware) support to st21nfca")
Acked-by: NChristophe RICARD <christophe-h.ricard@st.com>
Signed-off-by: NEmil Goode <emilgoode@gmail.com>
Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
上级 cb174aba
......@@ -711,7 +711,6 @@ static struct i2c_driver st21nfca_hci_i2c_driver = {
.driver = {
.owner = THIS_MODULE,
.name = ST21NFCA_HCI_I2C_DRIVER_NAME,
.owner = THIS_MODULE,
.of_match_table = of_match_ptr(of_st21nfca_i2c_match),
},
.probe = st21nfca_hci_i2c_probe,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册