net: dsa: mv88e6060: Replace REG_READ macro
Andrew Lunn authored

The REG_READ macro contains a return statement, making it not very
safe. Remove it by inlining the code.
Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Reviewed-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
1ba22bf5
Name Last commit Last update
Documentation Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
LICENSES LICENSES: Add GCC runtime library exception text
arch Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
block bfq: update internal depth state when queue depth changes
certs kexec, KEYS: Make use of platform keyring for signature verify
crypto netlink: make validation more configurable for future strictness
drivers net: dsa: mv88e6060: Replace REG_READ macro
fs genetlink: optionally validate strictly/dumps
include genetlink: optionally validate strictly/dumps
init init: initialize jump labels before command line option parsing
ipc rhashtable: use bit_spin_locks to protect hash bucket.
kernel genetlink: optionally validate strictly/dumps
lib netlink: add strict parsing for future attributes
mm Merge branch 'for-5.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu
net genetlink: optionally validate strictly/dumps
samples samples/bpf: fix build with new clang
scripts Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
security Merge branch 'for-5.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
sound ALSA: hda/realtek - add two more pin configuration sets to quirk table
tools netdevsim: move netdev creation/destruction to dev probe
usr user/Makefile: Fix typo and capitalization in comment section
virt KVM: fix spectrev1 gadgets
.clang-format Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .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.

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.