On Fri, Oct 23, 2015 at 12:51 PM, Kevin Smith <kevin.sm...@elecsyscorp.com> wrote: > The variable "buf" in this function is a char array, and the > function ubi_volume_read is expecting a char *. In the call, the > address of the pointer is being taken, incorrectly passing a > char **. The compiler warning was being silenced by the cast. > Remove the address operator and the cast. > > Signed-off-by: Kevin Smith <kevin.sm...@elecsyscorp.com> > Cc: Joe Hershberger <joe.hershber...@ni.com> > Cc: Tom Rini <tr...@konsulko.com>
Acked-by: Joe Hershberger <joe.hershber...@ni.com> _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot