From: Johan Hovold Date: Wed, 9 Oct 2013 15:01:11 +0000 (+0200) Subject: USB: serial: add memory flags to usb_serial_generic_write_start X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~66^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=818f60365a29ab1266d92c6a91094fbf93465ff8;p=pandora-kernel.git USB: serial: add memory flags to usb_serial_generic_write_start Add memory-flags parameter to usb_serial_generic_write_start which is called from write, resume and completion handler, all with different allocation requirements. Note that by using the memory flag to determine when called from the completion handler, everything will work as before even if the completion handler is run with interrupts enabled (as suggested). Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed