compat: fix uevent_suppress on 2.6.29 or older kernels
authorGrazvydas Ignotas <notasas@gmail.com>
Thu, 22 Apr 2010 13:39:34 +0000 (16:39 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Thu, 22 Apr 2010 13:54:51 +0000 (16:54 +0300)
commit019ad057fa8a32f4b6cfd4048524861797f664dd
tree9ef0b8d42196e4a7826ebde0e7f073cd3127f510
parentaad4586f9b61efc92725b5ebd233c67505d631df
compat: fix uevent_suppress on 2.6.29 or older kernels

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@gmail.com>
compat/compat_firmware_class.c