Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 781d2db4 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "regmap: initialize dump count to 1" into msm-4.8

parents 7a3ffefd 1a67a875
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -644,6 +644,7 @@ void regmap_debugfs_init(struct regmap *map, const char *name)

		debugfs_create_x32("address", 0600, map->debugfs,
				    &map->dump_address);
		map->dump_count = 1;
		debugfs_create_u32("count", 0600, map->debugfs,
				    &map->dump_count);
		debugfs_create_file("data", registers_mode, map->debugfs,