[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110428171227.GD17290@n2100.arm.linux.org.uk>
Date: Thu, 28 Apr 2011 18:12:27 +0100
From: Russell King - ARM Linux <linux@....linux.org.uk>
To: Viresh Kumar <viresh.kumar@...com>
Cc: vinod.koul@...el.com, dan.j.williams@...el.com,
armando.visconti@...com, linux-kernel@...r.kernel.org,
shiraz.hashim@...com, viresh.linux@...il.com,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH V3 4/7] dmaengine/dw_dmac: Enable resubmission from
callback routine.
On Wed, Apr 27, 2011 at 03:06:46PM +0530, Viresh Kumar wrote:
> static void
> dwc_descriptor_complete(struct dw_dma_chan *dwc, struct dw_desc *desc,
> - bool callback_required)
> + bool callback_required, unsigned long flags)
> {
...
> if (callback_required) {
> + spin_unlock_irqrestore(&dwc->lock, flags);
> if (callback)
> callback(param);
> + spin_lock_irqsave(&dwc->lock, flags);
Again, this isn't really on. It seems to me that this code needs some
serious reworking.
--
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