Skip to content

Commit 6513cfd

Browse files
LawstorantJiri Kosina
authored andcommitted
HID: pidff: Remove unneeded debug
All the envelope settings work correctly and even if we wanted to debug something about the envelope report, we would not only need the attack level but it's length and fade properties to have a full image. Signed-off-by: Tomasz Pakuła <tomasz.pakula.oficjalny@gmail.com> Reviewed-by: Oleg Makarenko <oleg@makarenk.ooo> Signed-off-by: Jiri Kosina <jkosina@suse.com>
1 parent a02c78f commit 6513cfd

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

drivers/hid/usbhid/hid-pidff.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,6 @@ static void pidff_set_envelope_report(struct pidff_device *pidff,
339339
pidff_set_time(&pidff->set_envelope[PID_FADE_TIME],
340340
envelope->fade_length);
341341

342-
hid_dbg(pidff->hid, "attack %u => %d\n",
343-
envelope->attack_level,
344-
pidff->set_envelope[PID_ATTACK_LEVEL].value[0]);
345-
346342
hid_hw_request(pidff->hid, pidff->reports[PID_SET_ENVELOPE],
347343
HID_REQ_SET_REPORT);
348344
}

0 commit comments

Comments
 (0)