Am Freitag, 27. September 2002 07:11 schrieb Greg KH:
> On Thu, Sep 26, 2002 at 12:04:02PM +0200, Oliver Neukum wrote:
> > Hi,
> >
> > this fixes an unplugging problem and an SMP deadlock.
> > It's for 2.4. Please apply.
>
> Applied, but by using the patch, I could not do a 'bk receive' on the
> changeset, as it said I was missing one :)
Uh. I failed to send you one in this case.
Is this the right one?
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], 2002-09-12 00:34:46+02:00, [EMAIL PROTECTED]
fix unplugging oops
diff -Nru a/drivers/usb/hpusbscsi.c b/drivers/usb/hpusbscsi.c
--- a/drivers/usb/hpusbscsi.c Fri Sep 27 10:03:23 2002
+++ b/drivers/usb/hpusbscsi.c Fri Sep 27 10:03:23 2002
@@ -396,6 +396,12 @@
);
hpusbscsi->scallback = callback;
hpusbscsi->srb = srb;
+
+ if (hpusbscsi->dev == NULL) {
+ srb->result = DID_ERROR;
+ callback(srb);
+ goto out;
+ }
res = usb_submit_urb(&hpusbscsi->dataurb);
if (res) {
===================================================================
This BitKeeper patch contains the following changesets:
1.777
## Wrapped with gzip_uu ##
begin 664 bkpatch3742
M'XL(`,L0E#T``[54VVZ<,!1\QE]QI+PDBH!C8S!0[6K;)&JCKIH5U3Y77!Q`
M$+SBDB8J_?<:5MJT:K.](\3EC'T8SPP^@6TGV]!0=7DO6W(";U37ZU?9J$9:
MA;J3==D,#Y9J<PU&2FG0GLKV?H:=5&;?2MG90Y>8S.)$#]O$?5J`1KO0H)9S
MJ/2/.QD:T=7K[?IE1,AB`1=%W.3RO>QAL2!)M<H&65M5J^)B^N)X@$>&2-%%
MRASN(1M1('5'3V2QX`X&KLLS*BG9<UK]B/VWO1@&E%+'X>B/W&>^()=`+2$$
M(+,QL"D#Q-#A(??.D86(<*0UG%,PD;R"OU_`!4GAMGR`H=G50YZ730Y*[3KR
M%KCO(".;)\6(^9L'(1@C6<)N\F*5R:[ZBFC63LN;7;2+G;YV:5=:Z4R;(@I]
M=YDW,B$"'#,A,S_+N)\E(I&><TR<8YUG%YA6A+LC\WTJYDP\,V%*R+^G?C0R
M/Z.N`Z2]&QE#YLT!HOR[_+B_DA_O_^=GK^\-F.W'^=1YV#PG]1]$Z]H)?/"(
M08SR%DX/O<QE)N^U<_!NNUZ?P2=B&%V;F,M6=D.M?WJXO+[\<!5%-]$+#:5Q
K72=Q6IWJ,6=3(5>]`C7T^OGST\:2%C*MNN%NX24IY8''R!?#&P4SQ@0`````
`
end
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel