Re: [PATCH] net: zynq: Free allocated buffers in case of error

2020-02-28 Thread Michal Simek
čt 6. 2. 2020 v 16:04 odesílatel Michal Simek napsal: > > Driver probe function is called again and again in case of error. > Malloc space is getting full which is is reported by: > Insufficient RAM for page table: 0x15000 > 0x14000. > Please increase the size in get_page_table_size() > ### ERR

[PATCH] net: zynq: Free allocated buffers in case of error

2020-02-06 Thread Michal Simek
Driver probe function is called again and again in case of error. Malloc space is getting full which is is reported by: Insufficient RAM for page table: 0x15000 > 0x14000. Please increase the size in get_page_table_size() ### ERROR ### Please RESET the board ### The patch is freeing allocated b