ftdi_eeprom: remove redundant debug output
authorAnders Larsen <al@alarsen.net>
Mon, 9 Apr 2012 15:29:19 +0000 (17:29 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 13 Apr 2012 12:44:00 +0000 (14:44 +0200)
commit6162087977a2040b3f2a265b3b510e15adcbd77f
tree2d395e67d1c995405014d27771af5a11aee29814
parent4b35b81054115909da06b91f196121c550123abb
ftdi_eeprom: remove redundant debug output

The (commented-out) debug output after ftdi_eeprom_decode() can be removed
as that function can generate it itself (and it contained obsolete fields
anyway).
Remove the unused config option "chip_type" in the process.

Signed-off-by: Anders Larsen <al@alarsen.net>
ftdi_eeprom/main.c