USB: usb-storage: trivial debug improvements
[safe/jmp/linux-2.6] / drivers / video / tdfxfb.c
index 89f231d..9805483 100644 (file)
@@ -52,7 +52,7 @@
  *
  * 0.1.3 (released 1999-11-02) added Attila's panning support, code
  *                             reorg, hwcursor address page size alignment
- *                             (for mmaping both frame buffer and regs),
+ *                             (for mmapping both frame buffer and regs),
  *                             and my changes to get rid of hardcoded
  *                             VGA i/o register locations (uses PCI
  *                             configuration info now)
@@ -1315,7 +1315,6 @@ static int __devinit tdfxfb_setup_i2c_bus(struct tdfxfb_i2c_chan *chan,
 
        strlcpy(chan->adapter.name, name, sizeof(chan->adapter.name));
        chan->adapter.owner             = THIS_MODULE;
-       chan->adapter.class             = I2C_CLASS_TV_ANALOG;
        chan->adapter.algo_data         = &chan->algo;
        chan->adapter.dev.parent        = dev;
        chan->algo.setsda               = tdfxfb_i2c_setsda;