diff options
author | Nathan Chancellor <[email protected]> | 2019-02-01 12:20:01 -0700 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2019-02-04 16:53:30 +0000 |
commit | 67f52a9540e08d3fd98d6588d75d0eb9157b2534 (patch) | |
tree | bc6019cb0271d4400d002936471e03f4c07b8fa2 /drivers/usb/cdns3/cdns3-debug.h | |
parent | d0a060be573bfbf8753a15dca35497db5e968bb0 (diff) |
efi/arm: Don't expect a return value of ptdump_debugfs_register
As of commit e2a2e56e4082 ("arm64: dump: no need to check return value
of debugfs_create functions") in the arm64 for-next/core branch,
ptdump_debugfs_register does not have a return value, which causes a
build error here:
drivers/firmware/efi/arm-runtime.c:51:9: error: returning 'void' from a
function with incompatible result type 'int'
return ptdump_debugfs_register(&efi_ptdump_info, "efi_page_tables");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
The arm version is still awaiting acceptance [1] but in anticipation
of that patch being merged, restructure this function to call
ptdump_debugfs_register without expecting a return value.
[1]: https://lore.kernel.org/lkml/[email protected]/
Acked-by: Ard Biesheuvel <[email protected]>
Signed-off-by: Nathan Chancellor <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions