Re: [PATCH] firmware: efi: arm-runtime: fix build error void value not ignored

2019-02-04 Thread Ard Biesheuvel
On Mon, 4 Feb 2019 at 14:29, Anders Roxell wrote: > > Commit e2a2e56e4082 ("arm64: dump: no need to check return value of > debugfs_create functions") > changed the return value from 'int' to 'void'. > > ../drivers/firmware/efi/arm-runtime.c: In function ‘ptdump_init’: > ../drivers/firmware/efi/a

[PATCH] firmware: efi: arm-runtime: fix build error void value not ignored

2019-02-04 Thread Anders Roxell
Commit e2a2e56e4082 ("arm64: dump: no need to check return value of debugfs_create functions") changed the return value from 'int' to 'void'. ../drivers/firmware/efi/arm-runtime.c: In function ‘ptdump_init’: ../drivers/firmware/efi/arm-runtime.c:52:9: error: void value not ignored as it ought to