diff options
Diffstat (limited to 'drivers/ieee1394')
-rw-r--r-- | drivers/ieee1394/pcilynx.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/ieee1394/pcilynx.c b/drivers/ieee1394/pcilynx.c index d1a5bcdb5e0b..7762e43ad5ce 100644 --- a/drivers/ieee1394/pcilynx.c +++ b/drivers/ieee1394/pcilynx.c | |||
@@ -765,7 +765,6 @@ static int lynx_devctl(struct hpsb_host *host, enum devctl_cmd cmd, int arg) | |||
765 | } else { | 765 | } else { |
766 | struct ti_pcl pcl; | 766 | struct ti_pcl pcl; |
767 | u32 ack; | 767 | u32 ack; |
768 | struct hpsb_packet *packet; | ||
769 | 768 | ||
770 | PRINT(KERN_INFO, lynx->id, "cancelling async packet, that was already in PCL"); | 769 | PRINT(KERN_INFO, lynx->id, "cancelling async packet, that was already in PCL"); |
771 | 770 | ||
@@ -1470,8 +1469,6 @@ static int __devinit add_card(struct pci_dev *dev, | |||
1470 | if (i2c_transfer(i2c_ad, msg, 2) < 0) { | 1469 | if (i2c_transfer(i2c_ad, msg, 2) < 0) { |
1471 | PRINT(KERN_ERR, lynx->id, "unable to read bus info block from i2c"); | 1470 | PRINT(KERN_ERR, lynx->id, "unable to read bus info block from i2c"); |
1472 | } else { | 1471 | } else { |
1473 | int i; | ||
1474 | |||
1475 | PRINT(KERN_INFO, lynx->id, "got bus info block from serial eeprom"); | 1472 | PRINT(KERN_INFO, lynx->id, "got bus info block from serial eeprom"); |
1476 | /* FIXME: probably we shoud rewrite the max_rec, max_ROM(1394a), | 1473 | /* FIXME: probably we shoud rewrite the max_rec, max_ROM(1394a), |
1477 | * generation(1394a) and link_spd(1394a) field and recalculate | 1474 | * generation(1394a) and link_spd(1394a) field and recalculate |