aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/pcmcia/smc91c92_cs.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/pcmcia/smc91c92_cs.c')
-rw-r--r--drivers/net/pcmcia/smc91c92_cs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/pcmcia/smc91c92_cs.c b/drivers/net/pcmcia/smc91c92_cs.c
index 3d1c549b7038..7204a4b5529b 100644
--- a/drivers/net/pcmcia/smc91c92_cs.c
+++ b/drivers/net/pcmcia/smc91c92_cs.c
@@ -815,7 +815,7 @@ static int check_sig(struct pcmcia_device *link)
815 ((s >> 8) != (s & 0xff))) { 815 ((s >> 8) != (s & 0xff))) {
816 SMC_SELECT_BANK(3); 816 SMC_SELECT_BANK(3);
817 s = inw(ioaddr + REVISION); 817 s = inw(ioaddr + REVISION);
818 return (s & 0xff); 818 return s & 0xff;
819 } 819 }
820 820
821 if (width) { 821 if (width) {