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

Commit 082433ad authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "misc: Increase dynamic number space"

parents 318d6402 280a8451
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