diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2018-07-15 14:41:18 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-16 13:29:35 +0200 |
commit | 7f3838fb8c03d8ef52792ac3654a0b5f79a673e5 (patch) | |
tree | ade9a51ed6959c86f9dd9091a5b877b08f300cea /LICENSES | |
parent | d9995a0fab40af333b08902ad43a387843ca0e17 (diff) |
mei: bus: suppress sign-compare warnings
Comparison between signed and unsigned warnings
and associated type promotion may cause error
condition not be detected.
The type promotion issue in mei bus was addressed by two patches:
commit b40b3e9358fb ("mei: bus: type promotion bug in mei_nfc_if_version()")
commit cf1ed2c59b98 ("mei: bus: type promotion bug in mei_fwver()")
Now it is possible to suppress the warning, by adding proper
casting to move out of radar.
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'LICENSES')
0 files changed, 0 insertions, 0 deletions