Skip to content
  • Timo Teräs's avatar
    remove IS_ERR_OR_NULL · 72d8cb89
    Timo Teräs authored
    In most places where pointer can be an 'error' it cannot be null
    pointer. Further, in those cases just calling PTR_ERR() is not enough
    to handle the null case. Simplify code by removing this case.
    
    If NULL case needs to be handled, it's better to add separate check
    and return fixed error code in that case.
    72d8cb89