linux-stable/drivers/mux
Greg Kroah-Hartman 10a03c36b7 drivers: remove struct module * setting from struct class
There is no need to manually set the owner of a struct class, as the
registering function does it automatically, so remove all of the
explicit settings from various drivers that did so as it is unneeded.

This allows us to remove this pointer entirely from this structure going
forward.

Cc: "Rafael J. Wysocki" <rafael@kernel.org>
Link: https://lore.kernel.org/r/20230313181843.1207845-2-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-03-17 15:16:27 +01:00
..
adg792a.c
adgs1408.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
core.c drivers: remove struct module * setting from struct class 2023-03-17 15:16:27 +01:00
gpio.c mux: gpio: Simplify code by using dev_err_probe() 2021-04-02 16:28:53 +02:00
Kconfig mux: mmio: add generic regmap bitfield-based multiplexer 2019-06-21 15:59:53 +02:00
Makefile
mmio.c mux: mmio: add generic regmap bitfield-based multiplexer 2019-06-21 15:59:53 +02:00