• Oliver Neukum's avatar
    [PATCH] USB: remove stupid check for NULL in devio.c · 83a7bded
    Oliver Neukum authored
    usually this would be too trivial, but is so obviously stupid that
    people might think that there's some hidden trick in there.
    
    We should not check for NULL _after_ following a pointer.
    Consider it a small tiny step towards cleaning up this code.
    83a7bded
devio.c 31.7 KB