char: misc: increase DYNAMIC_MINORS value
authorSangmoon Kim <sangmoon.kim@samsung.com>
Thu, 29 Oct 2020 06:28:55 +0000 (15:28 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Nov 2020 08:52:04 +0000 (09:52 +0100)
commitc62b1f97e744039f01ec789ce01dfa0a8c9a1a99
tree10a97192711cfafcdb7c12d93136d0ec97e687c1
parent48a3d90adafc9ed92d19c93d011f17ec9001cc34
char: misc: increase DYNAMIC_MINORS value

DYNAMIC_MINORS value has been set to 64.
Due to this reason, we are facing a module loading fail problem of
device driver like below.

 [   45.712771] pdic_misc_init - return error : -16

We need to increase this value for registering more misc devices.

Signed-off-by: Sangmoon Kim <sangmoon.kim@samsung.com>
Link: https://lore.kernel.org/r/20201029062855.19757-1-sangmoon.kim@samsung.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/misc.c