All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthias Kaehlcke <matthias@kaehlcke.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 00/12] net: Fix return values of xxx_initialize()
Date: Sun, 24 Jan 2010 11:07:08 +0100	[thread overview]
Message-ID: <20100124100708.GF18402@darwin> (raw)

Fix network drivers that don't return the number of initialized
devices upon successful initialization and 0 in case of failure

Matthias Kaehlcke (12):
  4xx_enet: Fix return value of ppc_4xx_eth_initialize()
  bfin_EMAC: Fix return value of bfin_EMAC_initialize()
  dnet: Fix return value of dnet_eth_initialize()
  fec_mxc: Fix return values of fec_probe()
  fsl_mcdmafec: Fix return value of mcdmafec_initialize()
  INCA IP: Fix return value of inca_switch_initialize()
  lan91c96: Fix return value of lan91c96_initialize()
  macb: Fix return values of macb_eth_initialize()
  mcffec: Fix return value of mcffec_initialize()
  plb2800: Fix return values of plb2800_eth_initialize()
  sh_eth: Fix return value of sh_eth_initialize()
  smc91111: Fix return value of smc91111_initialize()

 drivers/net/4xx_enet.c     |    2 +-
 drivers/net/bfin_mac.c     |    2 +-
 drivers/net/dnet.c         |    2 +-
 drivers/net/fec_mxc.c      |    4 ++--
 drivers/net/fsl_mcdmafec.c |    2 +-
 drivers/net/inca-ip_sw.c   |    2 +-
 drivers/net/lan91c96.c     |    2 +-
 drivers/net/macb.c         |    4 ++--
 drivers/net/mcffec.c       |    2 +-
 drivers/net/plb2800_eth.c  |    4 ++--
 drivers/net/sh_eth.c       |    6 +++---
 drivers/net/smc91111.c     |    2 +-
 12 files changed, 17 insertions(+), 17 deletions(-)

             reply	other threads:[~2010-01-24 10:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-24 10:07 Matthias Kaehlcke [this message]
2010-01-24 14:23 ` [U-Boot] [PATCH 00/12] net: Fix return values of xxx_initialize() Wolfgang Denk
2010-01-24 17:17 ` Ben Warren
2010-01-24 17:18   ` Matthias Kaehlcke

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=20100124100708.GF18402@darwin \
    --to=matthias@kaehlcke.net \
    --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.