Messages in this thread |  | | | Date | Mon, 20 Jan 2003 09:43:26 -0800 | | Subject | Re: [2.5 patch] remove unused variable from drivers/net/irda/ali-ircc.c | | From | Jean Tourrilhes <> |
| |
On Sun, Jan 19, 2003 at 12:19:07AM +0100, Adrian Bunk wrote: > Hi Jean, > > the patch below removes an unused variable that generated a compile time > warning. I've tested the compilation with 2.5.59. > > cu > Adrian
Yep. I sent this patch to Jeff two weeks ago. Keep up the good work ;-)
Jean
> --- linux-2.5.59-full/drivers/net/irda/ali-ircc.c.old 2003-01-19 00:09:16.000000000 +0100 > +++ linux-2.5.59-full/drivers/net/irda/ali-ircc.c 2003-01-19 00:12:37.000000000 +0100 > @@ -248,7 +248,6 @@ > struct ali_ircc_cb *self; > struct pm_dev *pmdev; > int dongle_id; > - int ret; > int err; > > IRDA_DEBUG(2, "%s(), ---------------- Start ----------------\n", __FUNCTION__); - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |