Re: [PATCH v2] drivers: remoteproc: constify rproc_ops structures

From: Bjorn Andersson
Date: Mon Jan 02 2017 - 12:56:15 EST


On Sun 01 Jan 02:43 PST 2017, Bhumika Goyal wrote:

> Declare rproc_ops structures as const as they are only passed as an
> argument to the function rproc_alloc. This argument is of type const, so
> rproc_ops structures having this property can be declared const too.

Thanks Bhumika, applied.

Regards,
Bjorn