diff options
| author | Alan Cox <alan@linux.intel.com> | 2011-02-01 10:46:05 -0500 |
|---|---|---|
| committer | Dominik Brodowski <linux@dominikbrodowski.net> | 2011-02-19 06:22:36 -0500 |
| commit | 644e6e4a7fa6b11d59f24032997d90ea0d858d03 (patch) | |
| tree | 25b41d2f2f8c7a2f125acd3a3ae0882b5b2cfe15 | |
| parent | 5b703683b6cc3cb97bbe6b1b14898b273eb59279 (diff) | |
cm4000_cs: Fix undefined ops warning
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
| -rw-r--r-- | drivers/char/pcmcia/cm4000_cs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/char/pcmcia/cm4000_cs.c b/drivers/char/pcmcia/cm4000_cs.c index 777181a2e60..bcbbc71febb 100644 --- a/drivers/char/pcmcia/cm4000_cs.c +++ b/drivers/char/pcmcia/cm4000_cs.c | |||
| @@ -830,8 +830,7 @@ static void monitor_card(unsigned long p) | |||
| 830 | test_bit(IS_ANY_T1, &dev->flags))) { | 830 | test_bit(IS_ANY_T1, &dev->flags))) { |
| 831 | DEBUGP(4, dev, "Perform AUTOPPS\n"); | 831 | DEBUGP(4, dev, "Perform AUTOPPS\n"); |
| 832 | set_bit(IS_AUTOPPS_ACT, &dev->flags); | 832 | set_bit(IS_AUTOPPS_ACT, &dev->flags); |
| 833 | ptsreq.protocol = ptsreq.protocol = | 833 | ptsreq.protocol = (0x01 << dev->proto); |
| 834 | (0x01 << dev->proto); | ||
| 835 | ptsreq.flags = 0x01; | 834 | ptsreq.flags = 0x01; |
| 836 | ptsreq.pts1 = 0x00; | 835 | ptsreq.pts1 = 0x00; |
| 837 | ptsreq.pts2 = 0x00; | 836 | ptsreq.pts2 = 0x00; |
