diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2020-08-26 18:23:41 +0300 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2020-09-24 19:20:48 +0900 |
commit | 611e92a0a3dc654be2cca3617a34b433815cee00 (patch) | |
tree | 4fbf594f825933a72b26986abde96a55dcd006fa /sound | |
parent | f6dfb3c9a0bb4bc83f6583125bd3df24e38e5779 (diff) |
extcon: ptn5150: Deduplicate parts of dev_err_probe()
dev_err_probe() is designed to be used like
return dev_err_probe(dev, ret, "Error message\n");
Hence no need to have a separate return statement. Besides that
dev_err_probe() prints already returned error code, no need to repeat
that either.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions