projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0681e3
)
drm/i915: Fix 'suspedn' typo
author
Damien Lespiau
<damien.lespiau@intel.com>
Mon, 18 May 2015 18:53:48 +0000
(19:53 +0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 20 May 2015 09:26:09 +0000
(11:26 +0200)
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_drv.c
b/drivers/gpu/drm/i915/i915_drv.c
index 51149fb75e96a6f7fd99b554cfab63ed15fd557d..5cc57f2ec192badd36b8c3f887313c8b7cf83341 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_drv.c
+++ b/
drivers/gpu/drm/i915/i915_drv.c
@@
-989,7
+989,7
@@
static int i915_pm_suspend_late(struct device *dev)
struct drm_device *drm_dev = dev_to_i915(dev)->dev;
/*
- * We have a suspe
dn
ordering issue with the snd-hda driver also
+ * We have a suspe
nd
ordering issue with the snd-hda driver also
* requiring our device to be power up. Due to the lack of a
* parent/child relationship we currently solve this with an late
* suspend hook.