nouveau: also mention the number of succcessfully copied bios bytes.
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>
Fri, 16 Nov 2007 14:02:25 +0000 (15:02 +0100)
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>
Fri, 16 Nov 2007 14:02:47 +0000 (15:02 +0100)
shared-core/nouveau_state.c

index 3638a05..7c9503e 100644 (file)
@@ -323,7 +323,7 @@ nouveau_card_init(struct drm_device *dev)
                        int i;
                        for(i=0;i<size;i+=4)
                                NV_WI32(i, bios[i/4]);
-                       DRM_INFO("OF bios successfully copied\n");
+                       DRM_INFO("OF bios successfully copied (%d bytes)\n",size);
                }
                else
                        DRM_INFO("Unable to get the OF bios\n");