Re: [PATCH 2/2] infiniband: prefix header search paths with $(srctree)/

2019-01-25 Thread Parvi Kaustubhi (pkaustub)
Thanks, Acked-by: Parvi Kaustubhi > On Jan 24, 2019, at 8:39 PM, Masahiro Yamada > wrote: > > Currently, the Kbuild core manipulates header search paths in a crazy > way [1]. > > To fix this mess, I want all Makefiles to add explicit $(srctree)/ to > the search paths in the srctree. Some

Re: [PATCH 7/8] infiniband: usnic: no need to check return value of debugfs_create functions

2019-01-22 Thread Parvi Kaustubhi (pkaustub)
usnic driver was tested with this change. Acked-by: Parvi Kaustubhi > On Jan 22, 2019, at 7:17 AM, Greg Kroah-Hartman > wrote: > > When calling debugfs functions, there is no need to ever check the > return value. The function can work or not, but the code logic should > never do something