X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=drivers%2Fremoteproc%2Fremoteproc_internal.h;h=70701a50ddfa6276105f383b33c81d88e885db33;hb=a030cbc35091630261194745389cace7706abafa;hp=157e762c15714d3c03778edd6ae3df8f68a31bab;hpb=e4bf063cb8b5e3648aa9917692b185068ab8ba23;p=cascardo%2Flinux.git diff --git a/drivers/remoteproc/remoteproc_internal.h b/drivers/remoteproc/remoteproc_internal.h index 157e762c1571..70701a50ddfa 100644 --- a/drivers/remoteproc/remoteproc_internal.h +++ b/drivers/remoteproc/remoteproc_internal.h @@ -107,12 +107,12 @@ struct resource_table *rproc_find_rsc_table(struct rproc *rproc, static inline struct resource_table *rproc_find_loaded_rsc_table(struct rproc *rproc, - const struct firmware *fw) + const struct firmware *fw) { if (rproc->fw_ops->find_loaded_rsc_table) return rproc->fw_ops->find_loaded_rsc_table(rproc, fw); - return NULL; + return NULL; } extern const struct rproc_fw_ops rproc_elf_fw_ops;