[U-Boot] [PATCH 073/126] trace: Remove the const from write functions
Bin Meng
bmeng.cn at gmail.com
Fri Oct 11 08:27:16 UTC 2019
On Thu, Oct 10, 2019 at 11:20 AM Bin Meng <bmeng.cn at gmail.com> wrote:
>
> 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>
applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list