[U-Boot] [PATCH 073/126] trace: Remove the const from write functions
Bin Meng
bmeng.cn at gmail.com
Thu Oct 10 03:20:45 UTC 2019
On Wed, Sep 25, 2019 at 10:58 PM Simon Glass <sjg at chromium.org> wrote:
>
> The write functions do actually change the contents of memory so it is not
> correct to use 'const'. Remove it.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> common/iotrace.c | 6 +++---
> include/iotrace.h | 13 ++++++-------
> 2 files changed, 9 insertions(+), 10 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list