Re: [PATCH] clk: zynq: do not allow kmalloc failure

2018-11-21 Thread Michal Simek
On 21. 11. 18 11:16, Nicholas Mc Guire wrote: > The kmalloc here is small (< 16 bytes) and occurs during initialization no reason for space in front of "The" > during system startup here (can not be built as module) thus if this > kmalloc failed it is an indication of something more serious goin

[PATCH] clk: zynq: do not allow kmalloc failure

2018-11-21 Thread Nicholas Mc Guire
The kmalloc here is small (< 16 bytes) and occurs during initialization during system startup here (can not be built as module) thus if this kmalloc failed it is an indication of something more serious going on and it is fine to hang the system here rather than cause some harder to understand erro