linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] mm: cma: Use %pa to avoid truncating the physical address
       [not found] <1414022989-23035-1-git-send-email-gregory.0xf0@gmail.com>
@ 2014-10-23  0:19 ` Gregory Fong
  0 siblings, 0 replies; only message in thread
From: Gregory Fong @ 2014-10-23  0:19 UTC (permalink / raw)
  To: Marek Szyprowski; +Cc: linux-kernel, Kevin Cernekee, Gregory Fong, linux-mm

Replying to change to use the real linux-mm list on CC (sorry for the noise!)

On Wed, Oct 22, 2014 at 5:09 PM, Gregory Fong <gregory.0xf0@gmail.com> wrote:
> From: Kevin Cernekee <cernekee@gmail.com>
>
> Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
> [gregory.0xf0@gmail.com: rebased from 3.14 and updated commit message]
> Signed-off-by: Gregory Fong <gregory.0xf0@gmail.com>
> ---
>  mm/cma.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/mm/cma.c b/mm/cma.c
> index 963bc4a..154efb0 100644
> --- a/mm/cma.c
> +++ b/mm/cma.c
> @@ -288,8 +288,8 @@ int __init cma_declare_contiguous(phys_addr_t base,
>         if (ret)
>                 goto err;
>
> -       pr_info("Reserved %ld MiB at %08lx\n", (unsigned long)size / SZ_1M,
> -               (unsigned long)base);
> +       pr_info("Reserved %ld MiB at %pa\n", (unsigned long)size / SZ_1M,
> +               &base);
>         return 0;
>
>  err:
> --
> 1.9.1
>

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-23  0:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1414022989-23035-1-git-send-email-gregory.0xf0@gmail.com>
2014-10-23  0:19 ` [PATCH] mm: cma: Use %pa to avoid truncating the physical address Gregory Fong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox