From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Fri, 15 Jan 2016 11:45:22 +0800 Subject: [U-Boot] [PATCH 1/4] eth-raw-os.c: Add cast to bind(2) call In-Reply-To: References: <1448715883-14099-1-git-send-email-trini@konsulko.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, On Tue, Dec 1, 2015 at 6:13 AM, Joe Hershberger wrote: > On Sat, Nov 28, 2015 at 7:04 AM, Tom Rini wrote: >> With more recent gcc versions we otherwise get an error like: >> note: expected 'const struct sockaddr *' but argument is of type >> 'struct sockaddr_in *' >> >> and the common solution here is to cast, rather than re-work the code. >> >> Cc: Joe Hershberger >> Cc: Simon Glass >> Signed-off-by: Tom Rini > > Acked-by: Joe Hershberger I see this patch was assigned to me in patchwork. Patch 2&3 in the same series were applied by York to fsl-qoriq repo and patch 4 was applied by you to u-boot/master. So maybe you can apply this patch directly to u-boot/master? Regards, Bin