summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2023-03-10 08:47:30 -0600
committerHelge Deller <deller@gmx.de>2023-03-14 18:49:39 +0100
commit096dc32bb73d20e0854b3a471379f577f903f0ee (patch)
treeceb054ca9c5ccbc52a50d4f50cdc28ac9ff7ce95 /scripts/objdiff
parent7eb1220f4bde36a15b26e8f54480406c72081bfa (diff)
downloadkernel-096dc32bb73d20e0854b3a471379f577f903f0ee.tar.gz
fbdev: Use of_property_read_bool() for boolean properties
It is preferred to use typed property access functions (i.e. of_property_read_<type> functions) rather than low-level of_get_property/of_find_property functions for reading properties. Convert reading boolean properties to to of_property_read_bool(). Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
ref='/distro/kernel/commit/drivers/tty/synclink.c?h=linux-6.12.y&id=8a3ad1047593f1f6f431140f7dd9748423c51cd1'>TTY: synclink, add tty installJiri Slaby 2012-08-10tty: localise the lockAlan Cox 2012-07-16tty: move the termios object into the ttyAlan Cox 2012-07-16tty: revert incorrectly applied lock patchAlan Cox 2012-07-06tty: localise the lockAlan Cox 2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds 2012-05-04tty_lock: Localise the lockAlan Cox 2012-03-28Remove all #inclusions of asm/system.hDavid Howells 2012-03-08TTY: remove unneeded tty->index checksJiri Slaby 2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby 2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell 2011-08-23drivers/tty/synclink: remove double commentEdwin van Vliet 2011-04-19tty: remove invalid location line in file headerJovi Zhang 2011-03-31Fix common misspellingsLucas De Marchi 2011-02-22tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman