projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba52068
)
spi: docs: drop driver owner initialization
author
Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org>
Thu, 28 Mar 2024 20:39:27 +0000
(21:39 +0100)
committer
Mark Brown
<broonie@kernel.org>
Tue, 2 Apr 2024 14:55:35 +0000
(15:55 +0100)
Core in spi_register_driver() already sets the .owner, so driver
does not need to.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link:
https://msgid.link/r/20240328203927.156184-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/spi/spi-summary.rst
patch
|
blob
|
history
diff --git
a/Documentation/spi/spi-summary.rst
b/Documentation/spi/spi-summary.rst
index f7f8b1573f25e780dd82f3bb27d2df31b2c7e966..7f8accfae6f98f1f8f84e2e370afb7933b37e4aa 100644
(file)
--- a/
Documentation/spi/spi-summary.rst
+++ b/
Documentation/spi/spi-summary.rst
@@
-348,7
+348,6
@@
SPI protocol drivers somewhat resemble platform device drivers::
static struct spi_driver CHIP_driver = {
.driver = {
.name = "CHIP",
- .owner = THIS_MODULE,
.pm = &CHIP_pm_ops,
},