From: Ben Hutchings Date: Mon, 18 Jan 2010 03:25:56 +0000 (+0000) Subject: Staging: rt{2860,2870}sta: Use request_firmware() to load firmware X-Git-Tag: v2.6.34-rc1~10^2~1^2~169 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c22202faade08b6b45f14fd86bfb57f79d73464c;p=pandora-kernel.git Staging: rt{2860,2870}sta: Use request_firmware() to load firmware When originally introduced into staging, these drivers had custom firmware-loading code which checked a version number and CRC at the end of each blob. This reintroduces those checks, using crc-ccitt instead of custom code. The removed firmware will be added to the linux-firmware.git repository. Based on work by Darren Salt . Signed-off-by: Ben Hutchings Tested-By: Darren Salt Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed