commit | 177bc7dade38b5bd02dbcd008f92135b2c7a92b6 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Jun 21 09:36:38 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Fri Jun 29 19:03:56 2012 -0300 |
tree | 7d7992fad74944f5d479193abea666e39338b439 | |
parent | b37d2a3a75cb0e72e18c29336cb2095b63dabfc8 [diff] |
[media] drxk: change it to use request_firmware_nowait() The firmware blob may not be available when the driver probes. Instead of blocking the whole kernel use request_firmware_nowait() and continue without firmware. This shouldn't be that bad on drx-k devices, as they all seem to have an internal firmware. So, only the firmware update will take a little longer to happen. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>