diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-07-29 00:01:35 +0200 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-10-16 23:59:55 +0200 |
commit | c4f3d41fed11c9050aa93bbaeed9f7f06bcc93ba (patch) | |
tree | 965f47aa37816407fd7c35f1e16aeea8b840a001 /drivers/ieee1394 | |
parent | 661afcae1b6b6493e4ea69f81bae78397c066f25 (diff) | |
download | linux-stable-c4f3d41fed11c9050aa93bbaeed9f7f06bcc93ba.tar.gz linux-stable-c4f3d41fed11c9050aa93bbaeed9f7f06bcc93ba.tar.bz2 linux-stable-c4f3d41fed11c9050aa93bbaeed9f7f06bcc93ba.zip |
ieee1394: pcilynx: superfluous local variables
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
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) } else { struct ti_pcl pcl; u32 ack; - struct hpsb_packet *packet; PRINT(KERN_INFO, lynx->id, "cancelling async packet, that was already in PCL"); @@ -1470,8 +1469,6 @@ static int __devinit add_card(struct pci_dev *dev, if (i2c_transfer(i2c_ad, msg, 2) < 0) { PRINT(KERN_ERR, lynx->id, "unable to read bus info block from i2c"); } else { - int i; - PRINT(KERN_INFO, lynx->id, "got bus info block from serial eeprom"); /* FIXME: probably we shoud rewrite the max_rec, max_ROM(1394a), * generation(1394a) and link_spd(1394a) field and recalculate |