diff options
author | Ville Syrjälä <[email protected]> | 2019-07-10 15:51:40 +0300 |
---|---|---|
committer | Ville Syrjälä <[email protected]> | 2019-09-30 20:15:53 +0300 |
commit | 40d51c05d04473e83f3ecfc5a046b1ab783670e4 (patch) | |
tree | bb7cd005ffc5b1b2f4ef96722d17188e8ef086b3 /tools/perf/scripts/python/stackcollapse.py | |
parent | 7baa77f1a6d126c134936636dae4dcf3ed88f9e1 (diff) |
drm/dsc: Fix bogus cpu_to_be16() usage
__be16 = cpu_to_be16(__be16) is nonsense. Do it right.
../drivers/gpu/drm/drm_dsc.c:218:53: warning: incorrect type in assignment (different base types)
../drivers/gpu/drm/drm_dsc.c:218:53: expected restricted __be16
../drivers/gpu/drm/drm_dsc.c:218:53: got int
../drivers/gpu/drm/drm_dsc.c:225:25: warning: cast from restricted __be16
../drivers/gpu/drm/drm_dsc.c:225:25: warning: incorrect type in argument 1 (different base types)
../drivers/gpu/drm/drm_dsc.c:225:25: expected unsigned short [usertype] val
../drivers/gpu/drm/drm_dsc.c:225:25: got restricted __be16
../drivers/gpu/drm/drm_dsc.c:225:25: warning: cast from restricted __be16
../drivers/gpu/drm/drm_dsc.c:225:25: warning: cast from restricted __be16
Cc: Manasi Navare <[email protected]>
Cc: David Francis <[email protected]>
Signed-off-by: Ville Syrjälä <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Sean Paul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions