commit | b3a4754360f7d2607b3a758516c3683472c0e41f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Feb 04 20:15:17 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:46 2020 -0700 |
tree | 3a80d152fa1b48110871ffced6fb7a9b96efe50b | |
parent | 1928cd4161d96bfcce1857ddd31a0864ba7c31f6 [diff] |
gpio: 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>