You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/12/13 08:39:38 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4985: Remove CEVA tl420/tl421 support on Nuttx

xiaoxiang781216 commented on a change in pull request #4985:
URL: https://github.com/apache/incubator-nuttx/pull/4985#discussion_r767506988



##########
File path: drivers/addrenv.c
##########
@@ -80,19 +80,19 @@ FAR void *up_addrenv_pa_to_va(uintptr_t pa)
           if (pa - addrenv[i].pa < addrenv[i].size)
             {
               return (FAR void *)(addrenv[i].va +
-                     B2C(pa - addrenv[i].pa));
+                     pa - addrenv[i].pa);

Review comment:
       merge to previous line?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org