From: Arend van Spriel Date: Wed, 29 Jun 2011 23:46:57 +0000 (-0700) Subject: staging: brcm80211: correct bcmsdh_recv_buf() calls X-Git-Tag: v3.1-rc1~232^2~318 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94174c21fba133da961eedf4fdb217b5953d8a22;p=pandora-kernel.git staging: brcm80211: correct bcmsdh_recv_buf() calls The calls in dhd_sdio.c to bcmsdh_recv_buf() function passed a wrong handle. The parameter in the function prototype was typed as void pointer so compiler could not detect. This patch makes the type explicit and fixes the calls to the function. Signed-off-by: Arend van Spriel Reviewed-by: Roland Vossen Reviewed-by: Franky Lin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed