Re: [PATCH] Wireless Security Lock driver.

From: Brian Schau
Date: Sat Jul 30 2005 - 11:03:34 EST


*Grrr* - it's the mailer (I'm using Mozilla Thunderbird). I don't
know why it has chosen to fold those two lines.

The section looks like:

+ struct usb_wsl *wsl=urb->context;
+ int id=0, retval;
+
+ switch (urb->status) {
+ case -ECONNRESET:

/brian

Zwane Mwaikambo wrote:
On Sat, 30 Jul 2005, Brian Schau wrote:


Hi Michael (and others),


Thanks for the info. Well, the reason why I didn't inline the patch
was due to the size of it - in terms of lines. However, here it is:


+static void wsl_irq_in(struct urb *urb, struct pt_regs *regs)
+{
+ struct usb_wsl *wsl=urb->context;
+ int id=0, retval;
+ + switch (urb->status) { <==========
+ case -ECONNRESET:


There is something wrong with your patch or mailer.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/