* [2.5 patch] remove two unused variables from baycom_epp.c
@ 2003-06-20 0:05 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2003-06-20 0:05 UTC (permalink / raw)
To: sailer, hb9jnx; +Cc: linux-net, linux-kernel, trivial
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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-06-19 23:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-20 0:05 [2.5 patch] remove two unused variables from baycom_epp.c Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®