On Tue, Oct 14, 2008 at 10:06 PM, Dan Williams <dcbw@xxxxxxxxxx> wrote: > On Mon, 2008-10-13 at 16:22 +0530, Manish Katiyar wrote: >> Below patch removes the following warning during compilation. >> >> drivers/net/wireless/libertas/cmd.c:826: warning: unused variable 'old_channel' >> >> >> Signed-off-by : Manish Katiyar <mkatiyar@xxxxxxxxx> > > Acked-by: Dan Williams <dcbw@xxxxxxxxxx> Hi Dan, A newbie question. Will you merge this patch or will I have to send it to Andrew again acked by you ? Thanks - Manish > >> --- >> 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); > > -- 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