Merge branch 'for-linus' into for-next
Conflicts:
sound/core/control.c
diff --git a/sound/core/control.c b/sound/core/control.c
index 249140c..de976a8 100644
--- a/sound/core/control.c
+++ b/sound/core/control.c
@@ -1128,7 +1128,7 @@ static int replace_user_tlv(struct snd_kcontrol *kctl, unsigned int __user *buf,
change = ue->tlv_data_size != size;
if (!change)
- change = memcmp(ue->tlv_data, container, size);
+ change = memcmp(ue->tlv_data, container, size) != 0;
if (!change) {
kfree(container);
return 0;