• D
    pcmcia: deprecate CS_NO_MORE_ITEMS · 635d19be
    Dominik Brodowski 提交于
    CS_NO_MORE_ITEMS is returned by the CIS tuple reading and parsing code if
    the end of a tuple chain is reached. As at least one PCMCIA driver relies
    on matching this return value, replace it with -ENOSPC which is now
    uniquely used for this purpose within the in-kernel pcmcia subsystem.
    
    CC: Russell King <rmk+kernel@arm.linux.org.uk>
    CC: linux-serial@vger.kernel.org
    CC: Michael Buesch <mb@bu3sch.de>
    Signed-off-by: NDominik Brodowski <linux@dominikbrodowski.net>
    635d19be
pcmcia_resource.c 24.0 KB