]> git.baikalelectronics.ru Git - kernel.git/commit
clk: hisilicon: Delete error messages for failed memory allocations in hisi_clk_init()
authorMarkus Elfring <elfring@users.sourceforge.net>
Tue, 18 Apr 2017 08:12:32 +0000 (10:12 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Wed, 19 Apr 2017 17:45:52 +0000 (10:45 -0700)
commit6c34544bf77ce6358c46693c170a28a1fd7b370e
tree02697392f164456891208fe2ddfed0568f744d65
parent4bc9bf9c422970b9b662a9d488edee5cca0b4965
clk: hisilicon: Delete error messages for failed memory allocations in hisi_clk_init()

The script "checkpatch.pl" pointed information out like the following.

WARNING: Possible unnecessary 'out of memory' message

Thus remove such statements here.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/hisilicon/clk.c