increase maximum number of minors

This commit is contained in:
Ralph Metzler 2018-07-18 09:45:07 +02:00
parent 186ba6d414
commit 2808cf0d50
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ static const char * const dnames[] = {
};
#ifdef CONFIG_DVB_DYNAMIC_MINORS
#define MAX_DVB_MINORS 256
#define MAX_DVB_MINORS 512
#define DVB_MAX_IDS MAX_DVB_MINORS
#else
#define DVB_MAX_IDS 4