commit | bfbcab7c2d8ab4cb52f0785d7381d20f39bb065b | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Sun Dec 20 10:34:25 2015 +0100 |
committer | Mark Brown <broonie@kernel.org> | Tue Dec 22 23:59:25 2015 +0000 |
tree | a48356cfce1608b7ff424af655b58a746a684e5c | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec [diff] |
ASoC: ssm2518: Use a signed return type for ssm2518_lookup_mcs() The return type "unsigned int" was used by the ssm2518_lookup_mcs() function even though it will eventually return a negative error code. Improve this implementation detail by deletion of the type modifier then. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Mark Brown <broonie@kernel.org>