From: Aleksey Babahin Date: Mon, 19 Mar 2012 20:46:32 +0000 (+0400) Subject: USB: serial: metro-usb: dummy implement write_int_callback() function. X-Git-Tag: v3.5-rc1~149^2~328^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28a4b6a690dfc000e86c8e02a1e1c1a9832252ec;p=pandora-kernel.git USB: serial: metro-usb: dummy implement write_int_callback() function. This function is never called now. Because we don`t send much data to the device, only one byte via usb_interrupt_msg(). That doesn't require callback function. But without declaration of write_int_callback inside the struct usb_serial_driver, the usb_serial_probe doesn't initialize endpoint address for the interrupt out pipe(interrupt_out_endpointAddress). This endpoint is necessary for sending data via usb_interrupt_msg() function. Signed-off-by: Aleksey Babahin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed