commit | 28910cee898c2a43fcdd8c26e1378ae8084a93a0 | [log] [tgz] |
---|---|---|
author | Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com> | Fri Jan 10 12:01:13 2020 +0530 |
committer | Moritz Fischer <mdf@kernel.org> | Fri Jan 10 12:51:56 2020 -0800 |
tree | 68a1738d7c3c25e0b12117267c22ca48de03d267 | |
parent | 1d39387ce8594988a079a1f2617ea137702c7b2f [diff] |
fpga: xilinx-pr-decoupler: Remove clk_get error message for probe defer In probe, the driver checks for devm_clk_get return and print error message in the failing case. However for -EPROBE_DEFER this message is confusing so avoid it. Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Moritz Fischer <mdf@kernel.org>