git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42a51b9
)
orinoco: use dev_err in early initialisation routines
author
David Kilroy
<kilroyd@googlemail.com>
Thu, 18 Jun 2009 22:21:21 +0000
(23:21 +0100)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 10 Jul 2009 19:01:43 +0000
(15:01 -0400)
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>
No differences found