[PATCH v4 3/4] drivers: of: add initialization code for dma reserved memory
Michal Nazarewicz
mina86 at mina86.com
Tue Aug 6 11:07:21 EDT 2013
On Tue, Aug 06 2013, Rob Herring wrote:
>> +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.
>> + dma_release_declared_memory(dev);
>> +}
--
Best regards, _ _
.o. | Liege of Serenely Enlightened Majesty of o' \,=./ `o
..o | Computer Science, Michał “mina86” Nazarewicz (o o)
ooo +----<email/xmpp: mpn at google.com>--------------ooO--(_)--Ooo--
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130806/403761e4/attachment.sig>
More information about the linux-arm-kernel
mailing list