commit | 56f2150a841ca0915d43e7b9033a4557bc829cc0 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Thu Apr 20 07:34:54 2017 +0200 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Fri Apr 21 19:44:54 2017 -0700 |
tree | 53fff45f1ddfbacb79c9824d72810d090ee7a57a | |
parent | 9a78b16972fba06bc8d303282a6b96f5061fd16a [diff] |
clk: si5351: Delete an error message for a failed memory allocation in si5351_i2c_probe() The script "checkpatch.pl" pointed information out like the following. * CHECK: Comparison to NULL could be written "!drvdata" Thus adjust this expression. * WARNING: Possible unnecessary 'out of memory' message Thus remove such a statement here. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>