On Thu, Apr 22, 2010 at 6:54 AM, Grazvydas Ignotas <notasas@xxxxxxxxx> wrote: > Missing uevent_suppress is causing two uevents instead of one, which is > confusing udev and sometimes causing firmware load to fail due to race > condition, so let's add it. > > Signed-off-by: Grazvydas Ignotas <notasas@xxxxxxxxx> > --- > compat/compat_firmware_class.c | 6 +++++- > 1 files changed, 5 insertions(+), 1 deletions(-) > > diff --git a/compat/compat_firmware_class.c b/compat/compat_firmware_class.c > index ce937a3..54ee8b9 100644 > --- a/compat/compat_firmware_class.c > +++ b/compat/compat_firmware_class.c > @@ -432,6 +432,8 @@ static int fw_register_device(struct device **dev_p, const char *fw_name, > dev_set_drvdata(f_dev, fw_priv); > #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,30)) > dev_set_uevent_suppress(f_dev, 1); > +#else > + f_dev->uevent_suppress = 1; > #endif How was this compiling for older kernels before then? Luis -- 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