]> git.baikalelectronics.ru Git - kernel.git/commit
[media] drxk: change it to use request_firmware_nowait()
authorMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Jun 2012 12:36:38 +0000 (09:36 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 29 Jun 2012 22:03:56 +0000 (19:03 -0300)
commit66a80604c358d78204e11ff7f1406dc57545caf6
tree7d7992fad74944f5d479193abea666e39338b439
parentf2f05d32fefbdf60ceecb1ff5c4c8429fb200643
[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>
drivers/media/dvb/frontends/drxk_hard.c
drivers/media/dvb/frontends/drxk_hard.h