speedtch usbatm.c,1.20,1.21 usbatm.h,1.13,1.14

Roman Kagan rkagan at mail.ru
Wed Apr 27 00:20:31 EDT 2005


On Tue, Apr 26, 2005 at 10:28:06PM +0100, Duncan Sands wrote:
> Modified Files:
> 	usbatm.c usbatm.h 
> Log Message:
> Roman's simplified rx/tx logic.  This doesn't mean I'm completely happy with
> it, but the concept seems sound.

Thanks!

One minor point is that your editor seems to use spaces for indenting,
is that OK when merged into the mainline kernel?

I'm also wondering how gcc allowed me to do this (fortunately you don't :)

-	tasklet_schedule((struct tasklet *) data);
+	tasklet_schedule((struct tasklet_struct *) data);

Cheers,
  Roman.



More information about the Usbatm mailing list