All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] net: sh-eth: Remove bd_t from sh_eth_config()
@ 2017-11-30 23:08 Nobuhiro Iwamatsu
  2017-12-05 20:40 ` Joe Hershberger
  2018-01-22 16:54 ` [U-Boot] " Joe Hershberger
  0 siblings, 2 replies; 3+ messages in thread
From: Nobuhiro Iwamatsu @ 2017-11-30 23:08 UTC (permalink / raw)
  To: u-boot

bd_t is not used in sh_eth_config(). This deletes bd_t from sh_eth_config().

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
 drivers/net/sh_eth.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/sh_eth.c b/drivers/net/sh_eth.c
index 5c6278069c..aee2e57e97 100644
--- a/drivers/net/sh_eth.c
+++ b/drivers/net/sh_eth.c
@@ -373,7 +373,7 @@ static int sh_eth_phy_config(struct sh_eth_dev *eth)
 	return ret;
 }
 
-static int sh_eth_config(struct sh_eth_dev *eth, bd_t *bd)
+static int sh_eth_config(struct sh_eth_dev *eth)
 {
 	int port = eth->port, ret = 0;
 	u32 val;
@@ -510,7 +510,7 @@ int sh_eth_init(struct eth_device *dev, bd_t *bd)
 	if (ret)
 		goto err;
 
-	ret = sh_eth_config(eth, bd);
+	ret = sh_eth_config(eth);
 	if (ret)
 		goto err_config;
 
-- 
2.15.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] net: sh-eth: Remove bd_t from sh_eth_config()
  2017-11-30 23:08 [U-Boot] [PATCH] net: sh-eth: Remove bd_t from sh_eth_config() Nobuhiro Iwamatsu
@ 2017-12-05 20:40 ` Joe Hershberger
  2018-01-22 16:54 ` [U-Boot] " Joe Hershberger
  1 sibling, 0 replies; 3+ messages in thread
From: Joe Hershberger @ 2017-12-05 20:40 UTC (permalink / raw)
  To: u-boot

On Thu, Nov 30, 2017 at 5:08 PM, Nobuhiro Iwamatsu <iwamatsu@nigauri.org> wrote:
> bd_t is not used in sh_eth_config(). This deletes bd_t from sh_eth_config().
>
> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

Acked-by: Joe Hershberger <joe.hershberger@ni.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] net: sh-eth: Remove bd_t from sh_eth_config()
  2017-11-30 23:08 [U-Boot] [PATCH] net: sh-eth: Remove bd_t from sh_eth_config() Nobuhiro Iwamatsu
  2017-12-05 20:40 ` Joe Hershberger
@ 2018-01-22 16:54 ` Joe Hershberger
  1 sibling, 0 replies; 3+ messages in thread
From: Joe Hershberger @ 2018-01-22 16:54 UTC (permalink / raw)
  To: u-boot

Hi Nobuhiro,

https://patchwork.ozlabs.org/patch/843226/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git

Thanks!
-Joe

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-22 16:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-30 23:08 [U-Boot] [PATCH] net: sh-eth: Remove bd_t from sh_eth_config() Nobuhiro Iwamatsu
2017-12-05 20:40 ` Joe Hershberger
2018-01-22 16:54 ` [U-Boot] " Joe Hershberger

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.