]> 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)
commitcb7af5b5d688080ff4d71d94b86db3f725410a6b
tree02697392f164456891208fe2ddfed0568f744d65
parent4614b15286644802cbf0bdc395d3660ca672a100
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