[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAL_JsqJwC2xcZakXiJXJscK7tN7xt2OotBKyr9u+aK3bOP+7GQ@mail.gmail.com>
Date: Tue, 22 Apr 2014 13:54:33 -0500
From: Rob Herring <robherring2@...il.com>
To: Antoine Ténart <antoine.tenart@...e-electrons.com>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@...il.com>,
Tejun Heo <tj@...nel.org>, zmxu@...vell.com,
Jisheng Zhang <jszhang@...vell.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
linux-ide@...r.kernel.org,
Alexandre Belloni <alexandre.belloni@...e-electrons.com>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH 1/6] ata: ahci: add AHCI support for Berlin SoCs
On Tue, Apr 22, 2014 at 1:47 PM, Rob Herring <robherring2@...il.com> wrote:
> On Tue, Apr 22, 2014 at 10:38 AM, Antoine Ténart
> <antoine.tenart@...e-electrons.com> wrote:
>> Add support for the Berlin SoCs AHCI SATA controller allowing to
>> interface with devices like external hard drives.
One more thing.
>> + nports = readl(hpriv->mmio + HOST_PORTS_IMPL);
>> +
>> + /* force_map is modified only if the property is found */
>> + of_property_read_u32(np, "marvell,force-port-map", &force_map);
This property does not appear to be documented.
>> + if (force_map)
>> + nports = force_map;
You don't need this as your comment says, you can just do:
of_property_read_u32(np, "marvell,force-port-map", &nports);
nports will only be changed if property is present.
Rob
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists