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:
2cf654d
)
drm/i915/lpe: Remove double-encapsulation of info string
author
Chris Wilson
<
[email protected]
>
Wed, 13 Dec 2017 18:28:58 +0000
(18:28 +0000)
committer
Jani Nikula
<
[email protected]
>
Tue, 19 Dec 2017 12:59:40 +0000
(14:59 +0200)
Just printk the string, or at least do not double up on the newlines!
Fixes: eef57324d926 ("drm/i915: setup bridge for HDMI LPE audio driver")
Signed-off-by: Chris Wilson <
[email protected]
>
Cc: Pierre-Louis Bossart <
[email protected]
>
Cc: Jerome Anand <
[email protected]
>
Cc: Jani Nikula <
[email protected]
>
Cc: Takashi Iwai <
[email protected]
>
Reviewed-by: Dhinakaran Pandiyan <
[email protected]
>
Link:
https://patchwork.freedesktop.org/patch/msgid/
[email protected]
(cherry picked from commit
99cd05c43baac8ef56c20eb1776a15b02c81ccc3
)
Signed-off-by: Jani Nikula <
[email protected]
>
drivers/gpu/drm/i915/intel_lpe_audio.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_lpe_audio.c
b/drivers/gpu/drm/i915/intel_lpe_audio.c
index 3bf65288ffffd51719d0c4e8ce934ccd2d2f59e3..5809b29044fc573401f6116bb45762fc07e71596 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_lpe_audio.c
+++ b/
drivers/gpu/drm/i915/intel_lpe_audio.c
@@
-193,7
+193,7
@@
static bool lpe_audio_detect(struct drm_i915_private *dev_priv)
};
if (!pci_dev_present(atom_hdaudio_ids)) {
- DRM_INFO("
%s\n", "
HDaudio controller not detected, using LPE audio instead\n");
+ DRM_INFO("HDaudio controller not detected, using LPE audio instead\n");
lpe_present = true;
}
}