]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - sound/soc/soc-core.c
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / sound / soc / soc-core.c
index 8df1b3feaf2b53142a692d399370bca2b80b365f..b7e84a7cd9ee70451e453f9ef8febb23f3ad05ab 100644 (file)
@@ -251,7 +251,7 @@ static ssize_t codec_reg_write_file(struct file *file,
                return -EINVAL;
 
        /* Userspace has been fiddling around behind the kernel's back */
-       add_taint(TAINT_USER);
+       add_taint(TAINT_USER, LOCKDEP_NOW_UNRELIABLE);
 
        snd_soc_write(codec, reg, value);
        return buf_size;