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

Commit 280a8451 authored by Kyle Yan's avatar Kyle Yan
Browse files

misc: Increase dynamic number space



Increase dynamic minor number range in misc by the number of ramdump
devices to temporarily unblock ramdump clients.

Change-Id: Iad585932d578e92e7abdb26c21fa918439ba1512
Signed-off-by: default avatarKyle Yan <kyan@codeaurora.org>
parent 123357f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ static DEFINE_MUTEX(misc_mtx);
/*
 * Assigned numbers, used for dynamic minors
 */
#define DYNAMIC_MINORS 64 /* like dynamic majors */
#define DYNAMIC_MINORS 75 /* like dynamic majors */
static DECLARE_BITMAP(misc_minors, DYNAMIC_MINORS);

#ifdef CONFIG_PROC_FS