• Andrew Morton's avatar
    [PATCH] fix device open return values · 3872b925
    Andrew Morton authored
    The recent conversion of the open-of-a-nonexistent-blockdev return value from
    ENXO to ENODEV was wrong.  We should have converted the chardev code to
    return -ENXIO too.
    3872b925
char_dev.c 9.5 KB