[2.5 patch] remove two unused variables from baycom_epp.c

Adrian Bunk (bunk@fs.tum.de)
Fri, 20 Jun 2003 02:05:55 +0200


The patch below removes two unused variables from
drivers/net/hamradio/baycom_epp.c .

Please apply
Adrian

--- linux-2.5.72-mm2/drivers/net/hamradio/baycom_epp.c.old 2003-06-20 02:02:11.000000000 +0200
+++ linux-2.5.72-mm2/drivers/net/hamradio/baycom_epp.c 2003-06-20 02:02:51.000000000 +0200
@@ -376,7 +376,6 @@
char portarg[16];
char *argv[] = { eppconfig_path, "-s", "-p", portarg, "-m", modearg,
NULL };
- int ret;

/* set up arguments */
sprintf(modearg, "%sclk,%smodem,fclk=%d,bps=%d,divider=%d%s,extstat",
@@ -1164,7 +1163,6 @@
static int baycom_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
{
struct baycom_state *bc;
- struct baycom_ioctl bi;
struct hdlcdrv_ioctl hi;

baycom_paranoia_check(dev, "baycom_ioctl", -EINVAL);
-
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/