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

Commit 46530e85 authored by Andreas Gruenbacher's avatar Andreas Gruenbacher Committed by Philipp Reisner
Browse files

drbd: Use DRBD_MINOR_COUNT_DEF in one more place

parent a67b813c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2669,7 +2669,7 @@ int __init drbd_init(void)
#ifdef MODULE
		return -EINVAL;
#else
		minor_count = 8;
		minor_count = DRBD_MINOR_COUNT_DEF;
#endif
	}