On Monday 12 January 2009 20:49:01 John W. Linville wrote: > drivers/net/wireless/p54/p54common.c: In function ‘p54_config’: > drivers/net/wireless/p54/p54common.c:1853: warning: ‘ret’ may be used uninitialized in this function > > Signed-off-by: John W. Linville <linville@xxxxxxxxxxxxx> ACK > --- > drivers/net/wireless/p54/p54common.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/net/wireless/p54/p54common.c b/drivers/net/wireless/p54/p54common.c > index cba89ed..c6a370f 100644 > --- a/drivers/net/wireless/p54/p54common.c > +++ b/drivers/net/wireless/p54/p54common.c > @@ -1850,7 +1850,7 @@ static void p54_remove_interface(struct ieee80211_hw *dev, > > static int p54_config(struct ieee80211_hw *dev, u32 changed) > { > - int ret; > + int ret = 0; > struct p54_common *priv = dev->priv; > struct ieee80211_conf *conf = &dev->conf; > -- 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