From: Mauro Carvalho Chehab Date: Thu, 21 Jun 2012 12:36:38 +0000 (-0300) Subject: [media] drxk: change it to use request_firmware_nowait() X-Git-Tag: v3.6-rc1~40^2^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=177bc7dade38b5bd02dbcd008f92135b2c7a92b6;p=pandora-kernel.git [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 --- Reading git-diff-tree failed