commit | 75c0ad696c08a1246ea4c31b0b7436f584d28990 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 03 07:35:55 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:46 2020 -0700 |
tree | 15c15bc6d248b54a8f7bc2b38941203e766b5db1 | |
parent | 2cdd3f47ba5e8486892e455506b672b681cda1a1 [diff] |
dma: Rename free() to rfree() This function name conflicts with our desire to #define free() to something else on sandbox. Since it deals with resources, rename it to rfree(). Signed-off-by: Simon Glass <sjg@chromium.org>