diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-04-28 06:00:36 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-04-28 06:00:36 -0400 |
commit | 474a59610729a178cd3c9a6ab990da770b856c74 (patch) | |
tree | 4b2967dee40ee4d7269fd0b2c59088b4d9bc1286 /lib | |
parent | 8dc9abb93dde94e7f2bc719032fe16f5713df05c (diff) | |
parent | 98810a6dcf8af768d7b0b71e5075ff9c199f5196 (diff) |
Merge tag 'asoc-v3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v3.15
A smattering of driver-specific fixes here, nothing generic. The Cirrus
CODEC conversions to devm_ are leak fixes - the conversion adds missing
error handling code.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 140b66a874c1..819ac51202c0 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -505,8 +505,7 @@ config DEBUG_VM_RB | |||
505 | bool "Debug VM red-black trees" | 505 | bool "Debug VM red-black trees" |
506 | depends on DEBUG_VM | 506 | depends on DEBUG_VM |
507 | help | 507 | help |
508 | Enable this to turn on more extended checks in the virtual-memory | 508 | Enable VM red-black tree debugging information and extra validations. |
509 | system that may impact performance. | ||
510 | 509 | ||
511 | If unsure, say N. | 510 | If unsure, say N. |
512 | 511 | ||