Skip to content

Commit

Permalink
drm/nv40/mpeg: fix context handling
Browse files Browse the repository at this point in the history
It slipped in thanks to typeless API.

Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
  • Loading branch information
Marcin Slusarz authored and Ben Skeggs committed Nov 9, 2012
1 parent a4dd4ec commit 7707b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/nouveau/core/engine/mpeg/nv40.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ struct nv40_mpeg_priv {
};

struct nv40_mpeg_chan {
struct nouveau_mpeg base;
struct nouveau_mpeg_chan base;
};

/*******************************************************************************
Expand Down

0 comments on commit 7707b70

Please sign in to comment.