firewire: core: remove condition which is always false
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Sat, 17 Jan 2009 21:45:54 +0000 (22:45 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Tue, 24 Mar 2009 19:56:47 +0000 (20:56 +0100)
commitd01b01787680a1156ff6a554e40baa460bb88efb
treeb4ccc2860654a358e26216cee52d94ee00f57e49
parentaed808927410d0b1d80378492059f22a46974267
firewire: core: remove condition which is always false

reread_bus_info_block() only gets to see devices whose config_rom_length
is at least 6 (ROM header, bus info block, root directory header).

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/fw-device.c