Re: [PATCH 11/15] habanalabs: print pointer using %p

From: Oded Gabbay
Date: Thu Feb 28 2019 - 08:00:28 EST


On Thu, Feb 28, 2019 at 2:02 PM Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
>
> On Thu, Feb 28, 2019 at 11:55:45AM +0200, Oded Gabbay wrote:
> > Don't cast pointer to u64 to print it. Instead, print the pointer using
> > %p.
> >
> > Signed-off-by: Oded Gabbay <oded.gabbay@xxxxxxxxx>
> > ---
> > Changes in v2:
> > - Add changelog in the commit message
>
> This isn't marked "v2" :(
Yes, sorry about that, will do better next time.

>
> Anyway, I'll try to piece this all together, next time it's easier to
> just resend the whole series...
Got it,
Thanks,
Oded
>
> greg k-h