Hi Tom,
On Thu, 20 Feb 2014 08:31:56 -0500
Tom Rini wrote:
> On Thu, Feb 20, 2014 at 05:55:47PM +0900, Masahiro Yamada wrote:
> > Hi.
> >
> >
> > > [PATCH 6/9] fdt_support: add 'const' qualifier for unchanged argument.
> >
> > This might be really trivial, but I notice I had added a period at
On Thu, Feb 20, 2014 at 05:55:47PM +0900, Masahiro Yamada wrote:
> Hi.
>
>
> > [PATCH 6/9] fdt_support: add 'const' qualifier for unchanged argument.
>
> This might be really trivial, but I notice I had added a period at the
> end of the subject by mistake.
>
> Is it possible to remove it when
Hi.
> [PATCH 6/9] fdt_support: add 'const' qualifier for unchanged argument.
This might be really trivial, but I notice I had added a period at the
end of the subject by mistake.
Is it possible to remove it when this patch is applied?
Or need to post v2?
Best Regards
Masahiro Yamada
_
In the next commit, I will add a new function, fdt_pack_reg()
which uses get_cells_len().
Beforehand, this commit adds 'const' qualifier to get_cells_len().
Otherwise, a warning message will appear:
warning: passing argument 1 of 'get_cells_len' discards 'const'
qualifier from pointer target typ
4 matches
Mail list logo