RDMA/providers: Remove pointless functions
Kamal Heib authored

The rdma core is taking care of return the right error code when the
rdma device callbacks aren't supported.
Signed-off-by: default avatarKamal Heib <kamalheib1@gmail.com>
Acked-by: default avatarShiraz Saleem <shiraz.saleem@intel.com>
Signed-off-by: default avatarJason Gunthorpe <jgg@mellanox.com>
1ffba626
Name Last commit Last update
Documentation Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-block
LICENSES LICENSES: Add Linux-OpenIB license text
arch Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental
block Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-block
certs docs: Fix some broken references
crypto docs: Fix some broken references
drivers RDMA/providers: Remove pointless functions
firmware kbuild: remove all dummy assignments to obj-
fs fs/cifs: Simplify ib_post_(send|recv|srq_recv)() calls
include IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs language
init Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
ipc ipc: use new return type vm_fault_t
kernel Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental
lib docs: Fix some broken references
mm mm: fix oom_kill event handling
net RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const
samples Merge tag 'vfio-v4.18-rc1' of git://github.com/awilliam/linux-vfio
scripts scripts/documentation-file-ref-check: check tools/*/Documentation
security docs: Fix some broken references
sound docs: Fix some broken references
tools Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental
usr kbuild: rename built-in.o to built-in.a
virt Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
.clang-format clang-format: add configuration file
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.