Re: [PATCH] habanalabs/gaudi: use correct define for qman init

2020-09-30 Thread Greg Kroah-Hartman
On Tue, Sep 29, 2020 at 11:58:22PM +0300, Oded Gabbay wrote: > On Fri, Sep 25, 2020 at 8:14 PM Oded Gabbay wrote: > > > > There was a copy-paste error, and the wrong define was used for > > initializing the QMAN. > > > > Signed-off-by: Oded Gabbay > > --- > >

Re: [PATCH] habanalabs/gaudi: use correct define for qman init

2020-09-29 Thread Oded Gabbay
On Fri, Sep 25, 2020 at 8:14 PM Oded Gabbay wrote: > > There was a copy-paste error, and the wrong define was used for > initializing the QMAN. > > Signed-off-by: Oded Gabbay > --- > drivers/misc/habanalabs/gaudi/gaudi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[PATCH] habanalabs/gaudi: use correct define for qman init

2020-09-25 Thread Oded Gabbay
There was a copy-paste error, and the wrong define was used for initializing the QMAN. Signed-off-by: Oded Gabbay --- drivers/misc/habanalabs/gaudi/gaudi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/habanalabs/gaudi/gaudi.c