[PATCH 5/9] pcmcia: remove client services version
Andrew Morton
akpm at osdl.org
Sun Jul 3 19:33:32 EDT 2005
Pavel Roskin <proski at gnu.org> wrote:
>
> Thanks for using my patch. One correction is needed. Changes are not
> needed for drivers/scsi/pcmcia/nsp_cs.c because it uses versioning in
> the compatibility part, which is never used in 2.6 kernels. The only
> right thing we could to that compatibility code would be to remove it
> throughout the file, but that would be a separate patch.
>
> I actually meant to exclude changes in nsp_cs.c, but they slipped into
> the patch due to a bug in cg-restore that I'm busy fixing :-)
>
> Please remove this from the patch:
I'll take care of that, thanks.
> > Index: 2.6.12-git10/drivers/scsi/pcmcia/nsp_cs.c
> > ===================================================================
> > --- 2.6.12-git10.orig/drivers/scsi/pcmcia/nsp_cs.c
> > +++ 2.6.12-git10/drivers/scsi/pcmcia/nsp_cs.c
> > @@ -2155,10 +2155,6 @@ static int __init nsp_cs_init(void)
> >
> > nsp_msg(KERN_INFO, "loading...");
> > pcmcia_get_card_services_info(&serv);
> > - if (serv.Revision != CS_RELEASE_CODE) {
> > - nsp_msg(KERN_DEBUG, "Card Services release does not match!");
> > - return -EINVAL;
> > - }
> > register_pcmcia_driver(&dev_info, &nsp_cs_attach, &nsp_cs_detach);
> >
> > nsp_dbg(NSP_DEBUG_INIT, "out");
More information about the linux-pcmcia
mailing list