Don't terminate the notification with \n. This is done in

usb_device.c:devctl_notify_f().
This commit is contained in:
Nick Hibma 2010-11-04 21:06:36 +00:00
parent 5def49518d
commit 6df3eebb63

View file

@ -2486,7 +2486,7 @@ usb_notify_addq(const char *type, struct usb_device *udev)
"mode=%s "
"port=%u "
#if USB_HAVE_UGEN
"parent=%s\n"
"parent=%s"
#endif
"",
#if USB_HAVE_UGEN
@ -2534,7 +2534,7 @@ usb_notify_addq(const char *type, struct usb_device *udev)
"endpoints=%d "
"intclass=0x%02x "
"intsubclass=0x%02x "
"intprotocol=0x%02x\n",
"intprotocol=0x%02x",
#if USB_HAVE_UGEN
udev->ugen_name,
#endif