linux/drivers/staging/clocking-wizard
Devendra Naga 5f18611038 staging: clocking-wizard: check for a valid clk_name pointer
The clk_name gets the return value from kasprintf (part of which does the
allocation of the returned buffer). So check the return pointer
before using it for clk_register_fixed_factor.

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Reviewed-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-12-02 16:45:24 -08:00
..
clk-xlnx-clock-wizard.c staging: clocking-wizard: check for a valid clk_name pointer 2014-12-02 16:45:24 -08:00
dt-binding.txt
Kconfig
Makefile
TODO