drm/msm/gem: Fix error return on fence id alloc fail
Rob Clark authored
[ Upstream commit 08de2141 ]

This was a typo, we didn't actually want to return zero.

Fixes: a61acbbe

 ("drm/msm: Track "seqno" fences by idr")
Signed-off-by: default avatarRob Clark <robdclark@chromium.org>
Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/491145/
Link: https://lore.kernel.org/r/20220624184528.4036837-1-robdclark@gmail.com

Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
68aa6f13
Name Last commit Last update
Documentation docs: update mapping documentation
LICENSES LICENSES/dual/CC-BY-4.0: Git rid of "smart quotes"
arch xen/arm: Fix race in RB-tree based P2M accounting
block block: Fix handling of offline queues in blk_mq_alloc_request_hctx()
certs certs/blacklist_hashes.c: fix const confusion in certs blacklist
crypto crypto: memneq - move into lib/
drivers drm/msm/gem: Fix error return on fence id alloc fail
fs io_uring: ensure that send/sendmsg and recv/recvmsg check sqe->ioprio
include net: fix IFF_TX_SKB_NO_LINEAR definition
init Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bug
ipc ipc/mqueue: use get_tree_nodev() in mqueue_get_tree()
kernel tick/nohz: unexport __init-annotated tick_nohz_full_setup()
lib crypto: memneq - move into lib/
mm init: Initialize noop_backing_dev_info early
net tcp: add a missing nf_reset_ct() in 3WHS handling
samples samples/landlock: Format with clang-format
scripts modpost: fix section mismatch check for exported init/exit sections
security fs: support mapped mounts of mapped filesystems
sound ALSA: hda/realtek: Add quirk for Clevo NS50PU
tools selftests/rseq: Change type of rseq_offset to ptrdiff_t
usr usr/include/Makefile: add linux/nfc.h to the compile-test coverage
virt KVM: avoid NULL pointer dereference in kvm_dirty_ring_push
.clang-format clang-format: Update with the latest for_each macro list
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes .gitattributes: use 'dts' diff driver for dts files
.gitignore .gitignore: ignore only top-level modules.builtin
.mailmap mailmap: add Andrej Shadura
COPYING COPYING: state that all contributions really are covered by this file
CREDITS MAINTAINERS: Move Daniel Drake to credits
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y
Kconfig kbuild: ensure full rebuild when the compiler is updated
MAINTAINERS MAINTAINERS: add Leah as xfs maintainer for 5.15.y
Makefile Linux 5.15.52
README Drop all 00-INDEX files from Documentation/
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.