From: Riku Voipio <riku.voi...@nokia.com> The limit of iomem areas is quite low. Without the debug print, it is quite hard to figure out why more devices are not getting registered.
Signed-off-by: Riku Voipio <riku.voi...@nokia.com> --- exec.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/exec.c b/exec.c index 3f33b08..befbcb7 100644 --- a/exec.c +++ b/exec.c @@ -2913,7 +2913,7 @@ static int get_free_io_mem_idx(void) io_mem_used[i] = 1; return i; } - + fprintf(stderr, "RAN out out io_mem_idx, max %d !\n", IO_MEM_NB_ENTRIES); return -1; } -- 1.6.3.3