commit | 75afbd052b3675e9b812f9327e19be63f3e7b5de | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Apr 09 12:02:39 2015 +0300 |
committer | Mark Brown <broonie@kernel.org> | Thu Apr 09 10:58:06 2015 +0100 |
tree | f736cef4a386321e6bd11005c7a29a6e8ef8e044 | |
parent | 1f544fd8ff377127a512e20358045cc9b92c245c [diff] |
ASoC: Intel: do cast earlier in sst_cdev_tstamp() My static checker complains about these because it looks like the multiply can overflow and then we cast to a larger data type. I don't think this is a problem, but it's also harmless to do the cast earlier so let's silence the static checker warning. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Mark Brown <broonie@kernel.org>