clk: mvebu: Add NULL check with the value returned by ap_cp_unique_name devm_kasprintf() can return a NULL pointer on failure, but this returned value by ap_cp_unique_name is not checked. Add NULL check after ap_cp_unique_name, to handle kernel NULL pointer dereference error.