[PATCH] pcmcia: fix oops in static mapping case

As static maps do not have IO resources, this setting oopses. However, as
we do not ever read this value, we can safely remove it.

Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>

-1
-1
drivers/pcmcia/pcmcia_resource.c
··· 88 88 } 89 89 if ((s->features & SS_CAP_STATIC_MAP) && s->io_offset) { 90 90 *base = s->io_offset | (*base & 0x0fff); 91 - s->io[0].res->flags = (s->io[0].res->flags & ~IORESOURCE_BITS) | (attr & IORESOURCE_BITS); 92 91 return 0; 93 92 } 94 93 /* Check for an already-allocated window that must conflict with