nv50: fixed void pointer arithment warning

This commit is contained in:
Brian Paul
2010-04-20 10:09:55 -06:00
parent d022bddf24
commit 4d2804791a
+1 -1
View File
@@ -344,7 +344,7 @@ nv50_upload_sifc(struct nv50_context *nv50,
count -= nr;
}
src += src_pitch;
src = (uint8_t *) src + src_pitch;
}
BEGIN_RING(chan, tesla, NV50TCL_CODE_CB_FLUSH, 1);