[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4F8539FC.4030503@st.com>
Date: Wed, 11 Apr 2012 13:29:56 +0530
From: Viresh Kumar <viresh.kumar@...com>
To: Linus Walleij <linus.walleij@...aro.org>
Cc: Vinod Koul <vinod.koul@...el.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Dan Williams <dan.j.williams@...el.com>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
Russell King <linux@....linux.org.uk>,
Alim Akhtar <alim.akhtar@...il.com>
Subject: Re: [PATCH 2/2] dma/amba-pl08x: add support for the Nomadik variant
On 4/11/2012 1:29 PM, Linus Walleij wrote:
>>> >> + ch->locked = true;
>>> >> + } else
>>> >> + ch->locked = false;
>>> >> + }
>>> >> +
>> >
>> > Memory for ch is allocated with kmalloc and so its default value is garbage.
>> > So we must set locked to false in else part here.
> Hm maybe better to kzalloc() the channel structs?
>
Then, you can remove code which makes its field zero explicitly, as it is already
zero.
--
viresh
--
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