]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clkdev: fix clk_add_alias() with a NULL alias device name
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 20 Oct 2015 10:49:44 +0000 (11:49 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 20 Oct 2015 16:24:08 +0000 (17:24 +0100)
commit625faa6a720d26fc0db9e20b48dc0dfe4c8d8ddf
treea9d0f9a0a352dace47c61240bde0ee98f190c15f
parent8a603f91cc4848ab1a0458bc065aa9f64322e123
clkdev: fix clk_add_alias() with a NULL alias device name

clk_add_alias() was not correctly handling the case where alias_dev_name
was NULL: rather than producing an entry with a NULL dev_id pointer,
it would produce a device name of (null).  Fix this.

Cc: <stable@vger.kernel.org>
Fixes: 2568999835d7 ("clkdev: add clkdev_create() helper")
Reported-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Tested-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/clk/clkdev.c