Input: adxl34x - fix sparse warning
Dmitry Torokhov authored

This fixes the following warning from sparse:

  CC [M]  drivers/input/misc/adxl34x.o
  CHECK   drivers/input/misc/adxl34x.c
drivers/input/misc/adxl34x.c:245:29: warning: cast to restricted __le16
drivers/input/misc/adxl34x.c:248:29: warning: cast to restricted __le16
drivers/input/misc/adxl34x.c:251:29: warning: cast to restricted __le16
Acked-by: default avatarMichael Hennerich <michael.hennerich@analog.com>
Acked-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/YWZIjb91d6aAwgss@google.com

Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
804f354a
Name Last commit Last update
Documentation dt-bindings: input: Add binding for cypress-sf
LICENSES LICENSES: Add the CC-BY-4.0 license
arch Merge tag 's390-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
block Merge tag 'block-5.13-2021-05-22' of git://git.kernel.dk/linux-block
certs Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
crypto async_xor: check src_offs is not NULL before updating it
drivers Input: adxl34x - fix sparse warning
fs Merge branch 'akpm' (patches from Andrew)
include Input: ads7846 - remove custom filter handling functions from pdata
init pid: take a reference when initializing `cad_pid`
ipc ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiry
kernel Revert "signal: Allow tasks to cache one sigqueue struct"
lib locking/lockdep: Improve noinstr vs errors
mm mm/page_alloc: do bulk array bounds check after checking populated elements
net libceph: set global_id as soon as we get an auth ticket
samples Merge tag 'vfio-v5.13-rc5' of git://github.com/awilliam/linux-vfio
scripts recordmcount: Correct st_shndx handling
security trusted-keys: match tpm_get_ops on all return paths
sound ASoC: rt5645: Avoid upgrading static warnings to errors
tools KVM: selftests: Fix mapping length truncation in m{,un}map()
usr .gitignore: prefix local generated files with a slash
virt KVM: do not allow mapping valid but non-reference-counted pages
.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
.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.