of: Fix property name in of_node_get_device_type
Rob Herring authored
Commit 0413beda ("of: Add device_type access helper functions")
added a new helper not yet used in preparation for some treewide clean
up of accesses to 'device_type' properties. Unfortunately, there's an
error and 'type' was used for the property name. Fix this.

Fixes: 0413beda

 ("of: Add device_type access helper functions")
Cc: Frank Rowand <frowand.list@gmail.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
5d5a0ab1
Name Last commit Last update
Documentation ARM: dt-bindings: Add vendor prefix for Facebook
LICENSES LICENSES: Add Linux-OpenIB license text
arch xtensa: Convert to using %pOFn instead of device_node.name
block block: bsg: move atomic_t ref_count variable to refcount API
certs export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR()
crypto Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dma
drivers soc: Convert to using %pOFn instead of device_node.name
firmware kbuild: remove all dummy assignments to obj-
fs Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
include of: Fix property name in of_node_get_device_type
init Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
ipc ipc/util.c: update return value of ipc_getref from int to bool
kernel Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
lib vsprintf: print OF node name using full_name
mm notifier: Remove notifier header file wherever not used
net Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
samples samples/bpf: all XDP samples should unload xdp/bpf prog on SIGTERM
scripts scripts/dtc: Update to upstream version v1.4.7-14-gc86da84d30e4
security Merge tag 'apparmor-pr-2018-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
sound Merge branch 'akpm' (patches from Andrew)
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
usr initramfs: move gen_initramfs_list.sh from scripts/ to usr/
virt Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
.clang-format clang-format: Set IndentWrappedFunctionNames false
.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.