summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle McMartin <kmcmarti@redhat.com>2014-08-12 16:51:04 -0400
committerKyle McMartin <kmcmarti@redhat.com>2014-08-12 16:51:04 -0400
commitd81631f2db4142d4242373da8de9799af3b89310 (patch)
tree57b8f5256153f1a069bedebfa96d8f0211b7752c
parent0c88b0b7fbe28b63646cf494b36c0b03187eb292 (diff)
downloadkernel-d81631f2db4142d4242373da8de9799af3b89310.tar.gz
kernel-d81631f2db4142d4242373da8de9799af3b89310.tar.xz
kernel-d81631f2db4142d4242373da8de9799af3b89310.zip
me spell gud
-rw-r--r--nouveau_platform-fix.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nouveau_platform-fix.patch b/nouveau_platform-fix.patch
index de618013..93d602e5 100644
--- a/nouveau_platform-fix.patch
+++ b/nouveau_platform-fix.patch
@@ -7,7 +7,7 @@ index 0ffeb50..e53e854 100644
{
struct drm_device *drm_dev = platform_get_drvdata(pdev);
- struct nouveau_device *device = nouveau_dev(drm_dev);
-+ struct nouveau_device *device = nv_device(nouveau_drm(dev)->device);
++ struct nouveau_device *device = nv_device(nouveau_drm(drm_dev)->device);
struct nouveau_platform_gpu *gpu = nv_device_to_platform(device)->gpu;
nouveau_drm_device_remove(drm_dev);