On Tue, 2010-04-27 at 18:11 -0700, David Miller wrote: > From: David Miller <davem@xxxxxxxxxxxxx> > Date: Tue, 27 Apr 2010 18:07:32 -0700 (PDT) > > > From: Elina Pasheva <epasheva@xxxxxxxxxxxxxxxxxx> > > Date: Tue, 27 Apr 2010 17:48:31 -0700 > > > >> Subject: [PATCH v5] net/usb: add sierra_net.c driver > > > > Applied, although I had to manually remove the stray extra > > newline at the end of drivers/net/usb/sierra_net.c which GIT > > complains about when the patch is applied. > > I also had to fix up the following warning during the build: > > drivers/net/usb/sierra_net.c: In function ‘sierra_net_parse_lsi’: > drivers/net/usb/sierra_net.c:365: warning: format ‘%u’ expects type ‘unsigned int’, but argument 7 has type ‘long unsigned int’ > > "size_t" objects must use the "z" format specifier, so "%zu" is what > should have been used here. Sorry, my mistake. Thank you very much, David. Elina -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html