From: Marcin Slusarz Date: Tue, 6 Nov 2012 21:48:51 +0000 (+0100) Subject: drm/nv40/mpeg: fix context handling X-Git-Tag: v3.7-rc5~6^2~2^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7707b701ebfea64afa6bfb23aa318fd687892754;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git drm/nv40/mpeg: fix context handling It slipped in thanks to typeless API. Signed-off-by: Marcin Slusarz Signed-off-by: Ben Skeggs --- diff --git a/drivers/gpu/drm/nouveau/core/engine/mpeg/nv40.c b/drivers/gpu/drm/nouveau/core/engine/mpeg/nv40.c index 1241857..f7c581a 100644 --- a/drivers/gpu/drm/nouveau/core/engine/mpeg/nv40.c +++ b/drivers/gpu/drm/nouveau/core/engine/mpeg/nv40.c @@ -38,7 +38,7 @@ struct nv40_mpeg_priv { }; struct nv40_mpeg_chan { - struct nouveau_mpeg base; + struct nouveau_mpeg_chan base; }; /*******************************************************************************