mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Juergen Beisert <jbe@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH v2]  Fix end of expression char (some lines forgotten in v1)
Date: Thu, 17 Feb 2011 12:23:24 +0100	[thread overview]
Message-ID: <201102171223.24921.jbe@pengutronix.de> (raw)
In-Reply-To: <201102171140.26674.jbe@pengutronix.de>

Its not a bug fix, just a clean up.

Signed-off-by: Juergen Beisert <jbe@pengutronix.de>

---
 drivers/net/fec_imx.c |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Index: barebox-2011.02.0/drivers/net/fec_imx.c
===================================================================
--- barebox-2011.02.0.orig/drivers/net/fec_imx.c
+++ barebox-2011.02.0/drivers/net/fec_imx.c
@@ -605,13 +605,13 @@ static int fec_probe(struct device_d *de
 	dev->type_data = edev;
 	fec = (struct fec_priv *)xzalloc(sizeof(*fec));
 	edev->priv = fec;
-	edev->open = fec_open,
-	edev->init = fec_init,
-	edev->send = fec_send,
-	edev->recv = fec_recv,
-	edev->halt = fec_halt,
-	edev->get_ethaddr = fec_get_hwaddr,
-	edev->set_ethaddr = fec_set_hwaddr,
+	edev->open = fec_open;
+	edev->init = fec_init;
+	edev->send = fec_send;
+	edev->recv = fec_recv;
+	edev->halt = fec_halt;
+	edev->get_ethaddr = fec_get_hwaddr;
+	edev->set_ethaddr = fec_set_hwaddr;
 
 	fec->regs = (void *)dev->map_base;
 


-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | Phone: +49-8766-939 228     |
Vertretung Sued/Muenchen, Germany             | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686              | http://www.pengutronix.de/  |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

      reply	other threads:[~2011-02-17 11:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-17 10:40 [PATCH] Fix end of expression char Juergen Beisert
2011-02-17 11:23 ` Juergen Beisert [this message]

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=201102171223.24921.jbe@pengutronix.de \
    --to=jbe@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox