commit | d52678c907684414ff15141cb4610fbc94e7bfe0 | [log] [tgz] |
---|---|---|
author | Alexander Dahl <ada@thorsis.com> | Fri Jun 28 14:41:23 2019 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Jul 30 10:21:15 2019 +0200 |
tree | 036058118bae0f60cd3d2ffe1d5a977bb18476a3 | |
parent | a8da71c3a06d7bc7a1b18e70acc937831b348d0e [diff] |
fpga: altera: cyclon2: Check function pointer before calling As already done for the 'pre' function, a check is added to not follow a NULL pointer, if somebody has not assigned a 'post' function. Signed-off-by: Alexander Dahl <ada@thorsis.com>