Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a589296a authored by David Kilroy's avatar David Kilroy Committed by John W. Linville
Browse files

orinoco: remove spare KERN_DEBUG



A KERN_DEBUG didn't get removed when transitioning from printk to
pr_debug

Signed-off-by: default avatarDavid Kilroy <kilroyd@googlemail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 70d57139
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,