diff options
author | Kyle McMartin <kmcmarti@redhat.com> | 2014-08-12 17:16:59 -0400 |
---|---|---|
committer | Kyle McMartin <kmcmarti@redhat.com> | 2014-08-12 17:16:59 -0400 |
commit | 80030a0b31ce5888df6be81a5a75e4f290ffacfd (patch) | |
tree | 405bca087c09008d66f898d9e6acd19e8fe115d4 | |
parent | d81631f2db4142d4242373da8de9799af3b89310 (diff) | |
download | kernel-80030a0b31ce5888df6be81a5a75e4f290ffacfd.tar.gz kernel-80030a0b31ce5888df6be81a5a75e4f290ffacfd.tar.xz kernel-80030a0b31ce5888df6be81a5a75e4f290ffacfd.zip |
nouveau_platform-fix.patch: update after actually testing...
-rw-r--r-- | nouveau_platform-fix.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nouveau_platform-fix.patch b/nouveau_platform-fix.patch index 93d602e57..85256f077 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(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); |