From: Arend van Spriel Date: Wed, 29 Jan 2014 14:32:24 +0000 (+0100) Subject: brcmfmac: CR4 takes precedence over CM3 in brcmf_chip_enter_download() X-Git-Tag: v3.15-rc1~113^2~289^2^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2da5cb297918f4f2321a8e4e8fe25a6b472c69fc;p=pandora-kernel.git brcmfmac: CR4 takes precedence over CM3 in brcmf_chip_enter_download() In the enter and exit download sequence the chip core info was checked for presence of CM3 ARM core. If found it would enter download state for the CM3. However, on devices that have a CM3 and CR4 this is not correct and the CR4 should be used to enter download state. This patch changes the ARM core lookup giving CR4 precedence. Reviewed-by: Hante Meuleman Reviewed-by: Pieter-Paul Giesberts Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed