Re: [PATCH 1/4] accel/habanalabs: remove sim code

2023-05-22 Thread Oded Gabbay
On Mon, May 22, 2023 at 2:33 PM Dan Carpenter wrote: > > Thanks! > > On Mon, May 22, 2023 at 02:25:45PM +0300, Oded Gabbay wrote: > > diff --git a/drivers/accel/habanalabs/common/device.c > > b/drivers/accel/habanalabs/common/device.c > > index cab5a63db8c1..ca15c8d0d042 100644 > > --- a/drivers/

Re: [PATCH 1/4] accel/habanalabs: remove sim code

2023-05-22 Thread Dan Carpenter
Thanks! On Mon, May 22, 2023 at 02:25:45PM +0300, Oded Gabbay wrote: > diff --git a/drivers/accel/habanalabs/common/device.c > b/drivers/accel/habanalabs/common/device.c > index cab5a63db8c1..ca15c8d0d042 100644 > --- a/drivers/accel/habanalabs/common/device.c > +++ b/drivers/accel/habanalabs/com

[PATCH 1/4] accel/habanalabs: remove sim code

2023-05-22 Thread Oded Gabbay
There were a few places where simulator only code got into the upstream. Remove those places that can confuse other developers. Fixes: 2a0a839b6a28 ("habanalabs: extend fatal messages to contain PCI info") Cc: Moti Haimovski Cc: Dan Carpenter Signed-off-by: Oded Gabbay --- drivers/accel/habana