revert android-tegra-2.6.36-honeycomb-mr1-9001adc to v2.6.36
[firefly-linux-kernel-4.4.55.git] / net / irda / iriap.c
index 5b743bdd89ba26a3a30b1110de67cea27636f047..fce364c6c71a5e612fb9f0c2c65b0166749821af 100644 (file)
@@ -502,8 +502,7 @@ static void iriap_getvaluebyclass_confirm(struct iriap_cb *self,
                IRDA_DEBUG(4, "%s(), strlen=%d\n", __func__, value_len);
 
                /* Make sure the string is null-terminated */
-               if (n + value_len < skb->len)
-                       fp[n + value_len] = 0x00;
+               fp[n+value_len] = 0x00;
                IRDA_DEBUG(4, "Got string %s\n", fp+n);
 
                /* Will truncate to IAS_MAX_STRING bytes */