• David Brownell's avatar
    [PATCH] ohci-hcd, paranoia · 86cdffc9
    David Brownell authored
    In a test where some memory corruption happened, I noticed an
    oops (null pointer exception in_irq) that's avoidable.  Here's
    a patch that avoids it ... anyone seeing the err() is likely
    to hang some process, but that's better than the alternative.
    (Also inlines some used-once routines, saving a bit of space
    to make up for the new diagnostic.)
    86cdffc9
ohci-mem.c 4.57 KB