On Sunday 19 August 2007, Michael Buesch wrote: > On Sunday 19 August 2007 20:25:39 Ivo van Doorn wrote: > > +void rt2x00lib_free_firmware(struct rt2x00_dev *rt2x00dev) > > +{ > > + if (rt2x00dev->fw) { > > No !=NULL check is needed. I'll fix this. Thanks :) Ivo > > + release_firmware(rt2x00dev->fw); > > + rt2x00dev->fw = NULL; > > + } > > +} > - 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