mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-05-18 10:28:58 +00:00
gsl: fix typo in error message
This commit is contained in:
@@ -885,7 +885,7 @@ static int gpu_probe(struct platform_device *pdev)
|
||||
|
||||
res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "gpu_3d_registers");
|
||||
if (!res) {
|
||||
printk(KERN_ERR "gpu: unable to find 2D gpu registers\n");
|
||||
printk(KERN_ERR "gpu: unable to find 3D gpu registers\n");
|
||||
goto nodev;
|
||||
} else {
|
||||
gpu_3d_regbase = res->start;
|
||||
|
||||
Reference in New Issue
Block a user