Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers/gpu/drm/radeon/atom.c: fix warning
udelay() doesn't like 8-bit arguments: drivers/gpu/drm/radeon/atom.c: In function 'atom_op_delay': drivers/gpu/drm/radeon/atom.c:653: warning: comparison is always false due to limited range of data type while we're there, use msleep() rather than open-coding it. Cc: David Airlie <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Cc: Matt Turner <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
- Loading branch information