]> git.baikalelectronics.ru Git - kernel.git/commit
NFC: st21nfca: Remove double assignment of .owner in struct device_driver
authorEmil Goode <emilgoode@gmail.com>
Mon, 28 Jul 2014 16:11:28 +0000 (18:11 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 7 Sep 2014 21:56:45 +0000 (23:56 +0200)
commit36d75ccdb673a262bd89fbae9d2d2d9ad4e43142
tree708037f5d948c2e6937e0e5bf322aa402855a7d5
parenta7d26f93458dbe1e8ea347135b63bf47418dd992
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 460ae4efa7fd25b2c5b65f8c088d13e4a76ff6af
("NFC: dts: st21nfca: Add device-tree (Open Firmware) support to st21nfca")

Acked-by: Christophe RICARD <christophe-h.ricard@st.com>
Signed-off-by: Emil Goode <emilgoode@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/st21nfca/i2c.c