Thread (15 messages) 15 messages, 5 authors, 2013-08-07

Re: [PATCH v4 3/4] drivers: of: add initialization code for dma reserved memory

From: Rob Herring <hidden>
Date: 2013-08-07 13:08:13
Also in: linux-arm-kernel

On Tue, Aug 6, 2013 at 10:07 AM, Michal Nazarewicz [off-list ref] wrote:
On Tue, Aug 06 2013, Rob Herring wrote:
quoted
quoted
+static void reserved_mem_release_device_from_dt(struct device *dev)
+{
+       struct reserved_mem *region = get_dma_memory_region(dev);
+       if (!region)
+               return;
+       if (!region->cma)
if (region && !region->cma)
!region case is handled two lines above, so no need to check if region
is not null.
Right. Sorry if I was not clear. Combine the 3 lines into 1 line.

Rob
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help