commit | 4b819724984042eff2f14d889b55e906e420fbb3 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | Mon Jan 13 04:31:31 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Tue Jan 14 14:40:10 2014 -0200 |
tree | cc25a5b78f6ee11d482149f607cf1713fefc2d06 | |
parent | a02b9c238b408f69fc78d528b549b85001df98b8 [diff] |
[media] drxk: remove the option to load firmware asynchronously The option to load firmware asynchronously were added due to a requirement with a few versions of udev. It turns that this was a bad idea and caused regressions on drxk-based devices. So, we end by only letting the firmware to be loaded syncronously everywhere. So, let's remove the bad code. This patch partially reverts the changeset 8e30783b0b3. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>