drm/nouveau: Fix a couple of sparse warnings.
Signed-off-by: Francisco Jerez <currojerez@riseup.net> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
committed by
Ben Skeggs
parent
2ed06b7d97
commit
6e86e04194
@ -342,7 +342,7 @@ static uint32_t nv04_graph_ctx_regs[] = {
|
||||
};
|
||||
|
||||
struct graph_state {
|
||||
int nv04[ARRAY_SIZE(nv04_graph_ctx_regs)];
|
||||
uint32_t nv04[ARRAY_SIZE(nv04_graph_ctx_regs)];
|
||||
};
|
||||
|
||||
struct nouveau_channel *
|
||||
|
Reference in New Issue
Block a user