https://github.com/torvalds/linux
Revision 3083696a1ee68f4845f8e9a21b91e343ff25eff3 authored by Dan Carpenter on 23 May 2017, 05:13:45 UTC, committed by Alex Deucher on 24 May 2017, 20:49:34 UTC
Smatch complains about a signedness bug here:

        vega10_hwmgr.c:4202 vega10_force_clock_level()
        warn: always true condition '(i >= 0) => (0-u32max >= 0)'

Fixes: 7b52db39a4c2 ("drm/amd/powerplay: fix bug sclk/mclk
                     level can't be set on vega10.")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Eric Huang <JinHuiEric.Huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 7c4378f
History
Tip revision: 3083696a1ee68f4845f8e9a21b91e343ff25eff3 authored by Dan Carpenter on 23 May 2017, 05:13:45 UTC
drm/amd/powerplay: fix a signedness bugs
Tip revision: 3083696

README.AddingFirmware

back to top