mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
drm/radeon: fix trivial typo in warning message
Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
1ef897e464
commit
13c240ef95
@ -1150,7 +1150,7 @@ static void radeon_check_arguments(struct radeon_device *rdev)
|
||||
}
|
||||
|
||||
if (radeon_vm_size < 1) {
|
||||
dev_warn(rdev->dev, "VM size (%d) to small, min is 1GB\n",
|
||||
dev_warn(rdev->dev, "VM size (%d) too small, min is 1GB\n",
|
||||
radeon_vm_size);
|
||||
radeon_vm_size = 4;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user