Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42eddbd7 authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nouveau: fix a minor annoyance in an output string



Bugs me every time I put in the TNT2..

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 6e5a429b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1102,7 +1102,7 @@ int nouveau_load(struct drm_device *dev, unsigned long flags)
		goto err_priv;
	}

	NV_INFO(dev, "Detected an NV%2x generation card (0x%08x)\n",
	NV_INFO(dev, "Detected an NV%02x generation card (0x%08x)\n",
		     dev_priv->card_type, reg0);

	/* map the mmio regs, limiting the amount to preserve vmap space */