On Mon, Oct 13, 2008 at 4:22 PM, Manish Katiyar <mkatiyar@xxxxxxxxx> wrote: > Below patch removes the following warning during compilation. > > drivers/net/wireless/libertas/cmd.c:826: warning: unused variable 'old_channel' Any ack/nack on this ?? Thanks - Manish > > > Signed-off-by : Manish Katiyar <mkatiyar@xxxxxxxxx> > --- > drivers/net/wireless/libertas/cmd.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/drivers/net/wireless/libertas/cmd.c > b/drivers/net/wireless/libertas/cmd.c > index a912fb6..297696d 100644 > --- a/drivers/net/wireless/libertas/cmd.c > +++ b/drivers/net/wireless/libertas/cmd.c > @@ -823,7 +823,9 @@ int lbs_update_channel(struct lbs_private *priv) > int lbs_set_channel(struct lbs_private *priv, u8 channel) > { > struct cmd_ds_802_11_rf_channel cmd; > +#ifdef DEBUG > u8 old_channel = priv->curbssparams.channel; > +#endif > int ret = 0; > > lbs_deb_enter(LBS_DEB_CMD); > -- > 1.5.4.3 > > > Thanks - > Manish > -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html