forked from Minki/linux
orinoco: remove spare KERN_DEBUG
A KERN_DEBUG didn't get removed when transitioning from printk to pr_debug Signed-off-by: David Kilroy <kilroyd@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
70d57139f9
commit
a589296a35
@ -427,7 +427,7 @@ int hermesi_program_init(hermes_t *hw, u32 offset)
|
||||
if (err)
|
||||
return err;
|
||||
|
||||
pr_debug(KERN_DEBUG PFX "Enabling volatile, EP 0x%08x\n", offset);
|
||||
pr_debug(PFX "Enabling volatile, EP 0x%08x\n", offset);
|
||||
err = hermes_doicmd_wait(hw,
|
||||
HERMES_PROGRAM_ENABLE_VOLATILE,
|
||||
offset & 0xFFFFu,
|
||||
|
Loading…
Reference in New Issue
Block a user