Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hwmon: (ltc2947) Properly handle errors when looking for the external…
… clock The return value of devm_clk_get should in general be propagated to upper layer. In this case the clk is optional, use the appropriate wrapper instead of interpreting all errors as "The optional clk is not available". Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]>
- Loading branch information