Hi,
this fixes two instances of GFP_KERNEL from completion handlers.
It might be in the "sweet onliners" category Linus likes.
The cset is against Linus' tree.
Regards
Oliver
You can import this changeset into BK by piping this whole message to:
'| bk receive [path to repository]' or apply the patch as usual.
===================================================================
[EMAIL PROTECTED], 2003-11-22 00:00:49+01:00, [EMAIL PROTECTED]
-fix two instances of sleeping in interrupt context
auerswald.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff -Nru a/drivers/usb/misc/auerswald.c b/drivers/usb/misc/auerswald.c
--- a/drivers/usb/misc/auerswald.c Sat Nov 22 00:06:34 2003
+++ b/drivers/usb/misc/auerswald.c Sat Nov 22 00:06:34 2003
@@ -324,7 +324,7 @@
urb = acep->urbp;
dbg ("auerchain_complete: submitting next urb from chain");
urb->status = 0; /* needed! */
- result = usb_submit_urb(urb, GFP_KERNEL);
+ result = usb_submit_urb(urb, GFP_ATOMIC);
/* check for submit errors */
if (result) {
@@ -402,7 +402,7 @@
if (acep) {
dbg("submitting urb immediate");
urb->status = 0; /* needed! */
- result = usb_submit_urb(urb, GFP_KERNEL);
+ result = usb_submit_urb(urb, GFP_ATOMIC);
/* check for submit errors */
if (result) {
urb->status = result;
===================================================================
This BitKeeper patch contains the following changesets:
1.1127
## Wrapped with gzip_uu ##
begin 664 bkpatch9980
M'XL(`'J:OC\``[64:V_3,!2&/]>_XDC[`AI-?.PDO:"[EMAIL PROTECTED]&!&A5V3XA-*6)
MVT9-XLJ7=4CY\9RL6F'3&`,QQY&/?'GCQ^>-#^#"*C/LZ+*X4H8=P`=MW;!#
M<>5S50>U\FM?!=HL:6RF-8V%*UVI<+<@/#=*V=`IZT3":,HT==D*:,0..QC(
M?8_[OE'#SNS=R<6GHQECHQ%,[EMAIL PROTECTED]&(.6VNTC*WX]2M2ET'SJ2UK91+
[EMAIL PROTECTED]([EMAIL PROTECTED],38DSQ.&DQXU&LRS!'3"%7.1=1/(K;;[EMAIL PROTECTED]:7$
M0<.3I(?L&#!`%#W@,D0,A0#.AU2CP2%'"N#WTG"([EMAIL PROTECTED]
M-12U=6F=*0MZ`;94:E/42^JEZI0Q?N,@TQ1>._81$F)CTY_GS+I_61CC*6=O
M8--F\&&:W+3'84-OYV'J*=H2>9#=LB6<HR`V+OL\:N+>@B>QC`;Y@,\7^,A9
MWM&M"IO=%Z?,"[EMAIL PROTECTED])RBB&TL]MJIUV3.!L*O"Z/%VNPW*HO;[EMAIL PROTECTED]
M??#MSS2\3T"#&"6V-%+<^%`F]UTHG^)"`5WQ/"[T5L')^^GET?G9Y],)++0!
MZ^=5X5SK0F_FMK4BR6]*Y0I=`WTD+XF4S+A+TAETS?:FDKNFC^;K']QZ+.G'
M17:Z:SH=HZPOZ7H!TK_<[?22=OF"WE>[EMAIL PROTECTED]'K<K=PW<*T_7V5]WV4IE
4:^NK49;+7E\N$O8#DSG(9FD%````
`
end
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel