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)
commit840e56326fd90a435644ee0eeba99f4cddd31759
tree02697392f164456891208fe2ddfed0568f744d65
parent8d9bdc46c780325414af7f09827c78c69f9b1e3d
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