Print this page
8510 pcmcia: typo in pcmcia_prop_op

*** 19,28 **** --- 19,30 ---- * CDDL HEADER END */ /* * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. + * + * Copyright 2017 RackTop Systems. */ /* * PCMCIA NEXUS * The PCMCIA module is a generalized interface for
*** 848,858 **** if (ppd->ppd_flags & PPD_CARD_CARDBUS) return (DDI_PROP_NOT_FOUND); break; case PCMCIA_PROP_CARDBUS: propptr = NULL; ! if (!(ppd->ppd_flags * PPD_CARD_CARDBUS)) return (DDI_PROP_NOT_FOUND); break; } break; --- 850,860 ---- if (ppd->ppd_flags & PPD_CARD_CARDBUS) return (DDI_PROP_NOT_FOUND); break; case PCMCIA_PROP_CARDBUS: propptr = NULL; ! if (!(ppd->ppd_flags & PPD_CARD_CARDBUS)) return (DDI_PROP_NOT_FOUND); break; } break;