commit | 739e5184859f9d190174bab6b9953b2adc0a85df | [log] [tgz] |
---|---|---|
author | Olav Haugan <ohaugan@codeaurora.org> | Thu Apr 19 14:14:43 2012 -0700 |
committer | Olav Haugan <ohaugan@codeaurora.org> | Thu Apr 19 14:14:43 2012 -0700 |
tree | 5ead13f7b4dbd02dc23d964cafa733bd1ba793d5 | |
parent | 2e9581fb01d6e7ae16d2e3d0547bb378d7f562a9 [diff] |
gpu: ion: Fix fragmentation debug message cond. If an ion allocation fails because of memory fragmentation a debug message should be printed. However, the logic that decides whether the debug message should be printed or not is incorrect causing the debug message to not be printed when the amount of space available in the heap is equal to the requested size. Change-Id: Iaaf8cd6742aeffab7bcb4806e485326fb9690945 Signed-off-by: Olav Haugan <ohaugan@codeaurora.org>