From: Arend van Spriel Date: Thu, 12 Dec 2013 10:59:06 +0000 (+0100) Subject: brcmfmac: clarify struct brcmf_sdio_dev::func[0] reference X-Git-Tag: v3.14-rc1~94^2~334^2^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36c4e7e4aa0605cd175ee4b953eaced7a00157f4;p=pandora-kernel.git brcmfmac: clarify struct brcmf_sdio_dev::func[0] reference The struct brcmf_sdio_dev contains array of sdio functions that are used in the driver. However, during probe func[0] entry was assigned to the function 1 reference. This was corrected upon doing the actual I/O access. This patch makes it more clear by creating the func[0] entry properly and use it as is during I/O access. Reviewed-by: Franky Lin 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