2010-01-17 14:54:07

by Roel Kluin

[permalink] [raw]
Subject: irda: two branches in via_ircc_change_dongle_speed() are the same

in drivers/net/irda/via-ircc.c via_ircc_change_dongle_speed()

dongle_id case 0x0d:
two branches are the same whether `if (IsSIROn(iobase))' is true
or not. how should this be fixed?

Roel