[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5345333D.4080505@saftware.de>
Date: Wed, 09 Apr 2014 13:47:09 +0200
From: Andreas Oberritter <obi@...tware.de>
To: Andrzej Hajda <a.hajda@...sung.com>,
Tomasz Stanislawski <t.stanislaws@...sung.com>,
linux-kernel@...r.kernel.org, linux-samsung-soc@...r.kernel.org,
devicetree@...r.kernel.org, linux-media@...r.kernel.org,
dri-devel@...ts.freedesktop.org
CC: kgene.kim@...sung.com, kishon@...com, kyungmin.park@...sung.com,
robh+dt@...nel.org, grant.likely@...aro.org,
sylvester.nawrocki@...il.com, rahul.sharma@...sung.com
Subject: Re: [PATCHv2 1/3] phy: Add exynos-simple-phy driver
Hello Andrzej,
On 09.04.2014 10:37, Andrzej Hajda wrote:
>> +static int exynos_phy_probe(struct platform_device *pdev)
>> +{
>> + const struct of_device_id *of_id = of_match_device(
>> + of_match_ptr(exynos_phy_of_match), &pdev->dev);
>> + const u32 *offsets = of_id->data;
>> + int count;
>> + struct device *dev = &pdev->dev;
>> + struct phy **phys;
>> + struct resource *res;
>> + void __iomem *regs;
>> + int i;
>> + struct phy_provider *phy_provider;
>> +
>> + /* count number of phys to create */
>> + for (count = 0; offsets[count] != ~0; ++count)
>> + ;
>
> count = ARRAY_SIZE(offsets) - 1;
u32 *offsets is not an array.
Regards,
Andreas
--
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