Skip to content

Commit 4c98248

Browse files
Shuah Khangregkh
authored andcommitted
usbip: usbip_event: fix to not print kernel pointer address
Fix it to not print kernel pointer address. Remove the conditional and debug message as it isn't very useful. Signed-off-by: Shuah Khan <[email protected]> Cc: stable <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 4bfb141 commit 4c98248

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/usb/usbip/usbip_event.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ static void event_handler(struct work_struct *work)
9191
unset_event(ud, USBIP_EH_UNUSABLE);
9292
}
9393

94-
/* Stop the error handler. */
95-
if (ud->event & USBIP_EH_BYE)
96-
usbip_dbg_eh("removed %p\n", ud);
97-
9894
wake_up(&ud->eh_waitq);
9995
}
10096
}

0 commit comments

Comments
 (0)