-       return (base > 0xffffdcc0) && (base + len + 8 < base);
+       return (base + len + 8 < base);
  }

And it is actually faster ;)

What is 8 value exactly ?



Some older devices needed to be at least 8 bytes away from the boundary. For simplicity we use the same check for all devices.

--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to