summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorScott Branden <scott.branden@broadcom.com>2020-05-22 16:12:02 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-05-27 12:20:47 +0200
commitc2c076166b5880eabe068ce1cab30bf6edeeea1a (patch)
treeec9ba1793d6edf4563003a28324e2f5ff3b0d9ac /tools/perf/scripts/python
parent46d26819a5056f4831649c5887ad5c71a16d86f7 (diff)
downloadkernel-c2c076166b5880eabe068ce1cab30bf6edeeea1a.tar.gz
firmware_loader: change enum fw_opt to u32
"enum fw_opt" is not used as an enum. Change fw_opt to u32 as FW_OPT_* values are OR'd together. Signed-off-by: Scott Branden <scott.branden@broadcom.com> Acked-by: Luis Chamberlain <mcgrof@kernel.org> Link: https://lore.kernel.org/r/20200522231202.13681-1-scott.branden@broadcom.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
/td>Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2012-10-09hostfs: drop vmtruncateMarco Stornelli 2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro 2012-09-21userns: Convert hostfs to use kuid and kgid where appropriateEric W. Biederman 2012-07-14don't pass nameidata to ->create()Al Viro 2012-07-14stop passing nameidata to ->lookup()Al Viro 2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara 2012-03-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds 2012-03-25uml/hostfs: Propagate dirent.d_type to filldir()Geert Uytterhoeven 2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro 2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro 2012-01-03switch ->mknod() to umode_tAl Viro 2012-01-03switch ->create() to umode_tAl Viro 2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro 2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro 2011-11-02filesystems: add set_nlink()Miklos Szeredi 2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik 2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro 2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro 2011-07-20kill check_acl callback of generic_permission()Al Viro 2011-05-28hostfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil 2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil 2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil