commit | a3f47b9c2ada45ffacc8f2b54507221a1ba8eb10 | [log] [tgz] |
---|---|---|
author | David Kilroy <kilroyd@googlemail.com> | Thu Jun 18 23:21:21 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jul 10 15:01:43 2009 -0400 |
tree | 1f87a4c9647373e06b17bd0d1f21a8fd8a025aa1 | |
parent | 42a51b933034bbed93fa54009c96a482044e5b43 [diff] |
orinoco: use dev_err in early initialisation routines This allows us to use determine_fw_capabilities, orinoco_hw_read_card_setting and orinoco_hw_allocate_fid prior to netdev registration. Since dev_dbg only prints if DEBUG is defined (or dynamic debug is enabled), move a couple of the more useful prints up to info. Signed-off-by: David Kilroy <kilroyd@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>