Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <shuahkh@osg.samsung.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Shuah Khan and committed by
Greg Kroah-Hartman
4c982482 4bfb141b

-4
-4
drivers/usb/usbip/usbip_event.c
··· 91 91 unset_event(ud, USBIP_EH_UNUSABLE); 92 92 } 93 93 94 - /* Stop the error handler. */ 95 - if (ud->event & USBIP_EH_BYE) 96 - usbip_dbg_eh("removed %p\n", ud); 97 - 98 94 wake_up(&ud->eh_waitq); 99 95 } 100 96 }