Skip to content

Commit 907b311

Browse files
committed
Merge remote-tracking branch 'regmap/for-next' into sound/upstream-20250821
2 parents 1199434 + 5c36b86 commit 907b311

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/base/regmap/regmap-mmio.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,4 +609,5 @@ void regmap_mmio_detach_clk(struct regmap *map)
609609
}
610610
EXPORT_SYMBOL_GPL(regmap_mmio_detach_clk);
611611

612+
MODULE_DESCRIPTION("regmap MMIO Module");
612613
MODULE_LICENSE("GPL v2");

drivers/base/regmap/regmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ struct regmap *__regmap_init(struct device *dev,
827827
map->read_flag_mask = bus->read_flag_mask;
828828
}
829829

830-
if (config && config->read && config->write) {
830+
if (config->read && config->write) {
831831
map->reg_read = _regmap_bus_read;
832832
if (config->reg_update_bits)
833833
map->reg_update_bits = config->reg_update_bits;

0 commit comments

Comments
 (0)