[PATCH] char: misc: increase DYNAMIC_MINORS value

2020-10-29 Thread Sangmoon Kim
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 --- drivers/ch

Re: [PATCH] char: misc: increase DYNAMIC_MINORS value

2020-10-29 Thread Greg KH
On Thu, Oct 29, 2020 at 03:28:55PM +0900, Sangmoon Kim wrote: > 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