On Mon, Oct 26, 2020 at 11:02 AM Sudip Mukherjee <[email protected]> wrote: > > Coccinelle suggested using PTR_ERR_OR_ZERO() and looking at the code, > we can use PTR_ERR_OR_ZERO() instead of checking IS_ERR() and then > doing 'return 0'. > > Signed-off-by: Sudip Mukherjee <[email protected]>
Thanks for sending this! Acked-by: John Stultz <[email protected]> thanks -john

