All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
To: Christophe Lombard <clombard@linux.vnet.ibm.com>,
	linuxppc-dev@lists.ozlabs.org, fbarrat@linux.vnet.ibm.com,
	imunsie@au1.ibm.com
Subject: Re: [PATCH V4 7/7] cxl: Add psl9 specific code
Date: Wed, 12 Apr 2017 17:52:06 +1000	[thread overview]
Message-ID: <12e9c746-4f52-d807-2e4f-32ad0b827fb2@au1.ibm.com> (raw)
In-Reply-To: <1491574319-11852-8-git-send-email-clombard@linux.vnet.ibm.com>

On 08/04/17 00:11, Christophe Lombard wrote:
> +static u32 get_phb_index(struct device_node *np)
>  {
>  	u32 phb_index;
>
>  	if (of_property_read_u32(np, "ibm,phb-index", &phb_index))
> -		return 0;
> +		return -ENODEV;

Function is unsigned.

-- 
Andrew Donnellan              OzLabs, ADL Canberra
andrew.donnellan@au1.ibm.com  IBM Australia Limited

  parent reply	other threads:[~2017-04-12  7:53 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-07 14:11 [PATCH V4 0/7] cxl: Add support for Coherent Accelerator Interface Architecture 2.0 Christophe Lombard
2017-04-07 14:11 ` [PATCH V4 1/7] cxl: Read vsec perst load image Christophe Lombard
2017-04-10  4:00   ` Andrew Donnellan
2017-04-10 16:40   ` Frederic Barrat
2017-04-19  3:47   ` [V4,1/7] " Michael Ellerman
2017-04-07 14:11 ` [PATCH V4 2/7] cxl: Remove unused values in bare-metal environment Christophe Lombard
2017-04-10  5:25   ` Andrew Donnellan
2017-04-10 16:41   ` Frederic Barrat
2017-04-07 14:11 ` [PATCH V4 3/7] cxl: Keep track of mm struct associated with a context Christophe Lombard
2017-04-10  5:38   ` Andrew Donnellan
2017-04-10 16:49   ` Frederic Barrat
2017-04-07 14:11 ` [PATCH V4 4/7] cxl: Update implementation service layer Christophe Lombard
2017-04-10  7:08   ` Andrew Donnellan
2017-04-10 17:01   ` Frederic Barrat
2017-04-07 14:11 ` [PATCH V4 5/7] cxl: Rename some psl8 specific functions Christophe Lombard
2017-04-10  6:14   ` Andrew Donnellan
2017-04-10 17:06   ` Frederic Barrat
2017-04-07 14:11 ` [PATCH V4 6/7] cxl: Isolate few psl8 specific calls Christophe Lombard
2017-04-10 17:13   ` Frederic Barrat
2017-04-12  2:13     ` Michael Ellerman
2017-04-07 14:11 ` [PATCH V4 7/7] cxl: Add psl9 specific code Christophe Lombard
2017-04-11 14:41   ` Frederic Barrat
2017-04-12  2:11     ` Michael Ellerman
2017-04-12  8:30       ` christophe lombard
2017-04-12 11:47         ` Michael Ellerman
2017-04-12  7:52   ` Andrew Donnellan [this message]
2017-04-12 11:57     ` Frederic Barrat
2017-04-13 11:05       ` Michael Ellerman
2017-04-12 14:34   ` [PATCH V4 7/7 remix] " Frederic Barrat
2017-04-19  3:47     ` [V4,7/7,remix] " Michael Ellerman

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=12e9c746-4f52-d807-2e4f-32ad0b827fb2@au1.ibm.com \
    --to=andrew.donnellan@au1.ibm.com \
    --cc=clombard@linux.vnet.ibm.com \
    --cc=fbarrat@linux.vnet.ibm.com \
    --cc=imunsie@au1.ibm.com \
    --cc=linuxppc-dev@lists.ozlabs.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.