[git pull] habanalabs fixes for 5.5-rc2/3

From: Oded Gabbay
Date: Sat Dec 14 2019 - 08:32:12 EST


Hello Greg,

This is habanalabs fixes pull request for 5.5-rc2/3.
It contains two minor fixes, nothing too exciting.

Thanks,
Oded

The following changes since commit 16981742717b04644a41052570fb502682a315d2:

binder: fix incorrect calculation for num_valid (2019-12-14 09:10:47 +0100)

are available in the Git repository at:

git://people.freedesktop.org/~gabbayo/linux tags/misc-habanalabs-fixes-2019-12-14

for you to fetch changes up to 68a1fdf2451f38b4ada0607eb6e1303f8a02e0b7:

habanalabs: remove variable 'val' set but not used (2019-12-14 15:12:21 +0200)

----------------------------------------------------------------
This tag contains the following fixes:

- change dev_err to dev_err_ratelimited in hl_cs_wait_ioctl() as this can
be called by the user multiple times and can spam the kernel log.

- Eliminate GCC warnings by removing unused variables.

----------------------------------------------------------------
Chen Wandun (1):
habanalabs: remove variable 'val' set but not used

Oded Gabbay (1):
habanalabs: rate limit error msg on waiting for CS

drivers/misc/habanalabs/command_submission.c | 5 +++--
drivers/misc/habanalabs/context.c | 2 +-
drivers/misc/habanalabs/goya/goya.c | 15 +++++++--------
3 files changed, 11 insertions(+), 11 deletions(-)