All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pannirselvam Kanagaratnam <pannir@xsmail.com>
To: Florian Fainelli <f.fainelli@gmail.com>
Cc: netdev <netdev@vger.kernel.org>
Subject: Re: Device Tree Binding for Marvell DSA on P1023RDB
Date: Tue, 17 Jun 2014 14:41:00 +0800	[thread overview]
Message-ID: <539FE2FC.4020105@xsmail.com> (raw)
In-Reply-To: <CAGVrzcbxBE0yk5J1Pvkz5Yx+ugHTBjRSTLsvN9NACt20vjmgjw@mail.gmail.com>


On 17/06/2014 12:38 AM, Florian Fainelli wrote:
> 2014-06-16 9:30 GMT-07:00 Pannirselvam Kanagaratnam <pannir@xsmail.com>:
> Distributed Switch Architecture driver version 0.1
> dsa: probe of dsa.16 failed with error -22
> This error might not come from dsa_of_probe(), please instrument the
> code where -EINVAL is returned to see exactly which part of the
> probing code is failing.

The error is coming from:

dev = dev_to_net_device(pd->netdev);
if (dev == NULL) {
		ret = -EINVAL;
		goto out;
	}

Is my device tree ok?

  reply	other threads:[~2014-06-17  6:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <539F1B3F.6060203@xsmail.com>
2014-06-16 16:30 ` Device Tree Binding for Marvell DSA on P1023RDB Pannirselvam Kanagaratnam
2014-06-16 16:38   ` Florian Fainelli
2014-06-17  6:41     ` Pannirselvam Kanagaratnam [this message]
2014-06-17 16:44       ` Florian Fainelli
2014-06-17 23:43         ` Pannirselvam Kanagaratnam
     [not found]         ` <53A0D1C2.4080305@xsmail.com>
2014-06-17 23:44           ` Florian Fainelli

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=539FE2FC.4020105@xsmail.com \
    --to=pannir@xsmail.com \
    --cc=f.fainelli@gmail.com \
    --cc=netdev@vger.kernel.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 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.