All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Ramon Fried <rfried.dev@gmail.com>
To: Tim Harvey <tharvey@gateworks.com>,
	U-Boot Mailing List <u-boot@lists.denx.de>,
	 Joe Hershberger <joe.hershberger@ni.com>
Subject: Re: [PATCH v2] cmd: net: add a 'net list' command to list network devs
Date: Sat, 12 Jun 2021 22:01:52 +0300	[thread overview]
Message-ID: <CAGi-RUJzbh6G5132qt8AAqhB+c_NjjPARvo0pdNyJsL4xD-LbQ@mail.gmail.com> (raw)
In-Reply-To: <CC1UNFZRY807.SPH6OW0EEBBX@stdcall-pc>

Hi Tim.
The patch fails build in several boards (Malta variants):

+cmd/net.c: In function 'do_net_list':
42+cmd/net.c:487:34: error: initialization of 'const struct udevice *'
from incompatible pointer type 'struct eth_device *'
[-Werror=incompatible-pointer-types]
43+ 487 | const struct udevice *current = eth_get_dev();
44+ | ^~~~~~~~~~~


Thanks,
Ramon.

  reply	other threads:[~2021-06-12 19:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-11 19:52 [PATCH v2] cmd: net: add a 'net list' command to list network devs Tim Harvey
2021-06-12 18:26 ` Ramon Fried
2021-06-12 19:01   ` Ramon Fried [this message]
2021-06-14 15:36     ` Tim Harvey
2021-06-14 17:04       ` Ramon Fried

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAGi-RUJzbh6G5132qt8AAqhB+c_NjjPARvo0pdNyJsL4xD-LbQ@mail.gmail.com \
    --to=rfried.dev@gmail.com \
    --cc=joe.hershberger@ni.com \
    --cc=tharvey@gateworks.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.