commit | f7a8951798b97c7a6e5a9fef7144f53d85f74cbf | [log] [tgz] |
---|---|---|
author | Dolev Raviv <draviv@codeaurora.org> | Tue Feb 12 17:10:32 2013 +0200 |
committer | Jay Chokshi <jchokshi@codeaurora.org> | Thu Feb 14 20:20:28 2013 -0800 |
tree | 15139929821e6ca2cac3868655012b031c8c7295 | |
parent | d10c111eabf5322c8a89d7054b644eb919b874e8 [diff] |
block: clarify confusion between 0xFFFFFFFF and ascending patterns Patterns 0xFFFFFFFF and -1 are the same. This fixes separates the two by encoding the sequence pattern differently. Providing more readable code that allows faster debugging. Change-Id: Ib3ad61452d5e6a75a83b8b1795b11889a7e30208 Signed-off-by: Dolev Raviv <draviv@codeaurora.org>