From: Greg Kroah-Hartman Date: Fri, 8 Oct 2010 19:07:33 +0000 (-0700) Subject: Staging: brcm80211: hnddma.c: fix compiler warning X-Git-Tag: v2.6.37-rc1~60^2~3^2~198 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c09cc58692f8a6ae341e955c5712884f920b84ab;p=pandora-kernel.git Staging: brcm80211: hnddma.c: fix compiler warning Change the field types of dma_info_t to make comparing values easier (and correct.) No need to keep rxbufsize as a u16, it can be an unsigned int to make things easier. Cc: Brett Rudley Cc: Henry Ptasinski Cc: Nohee Ko Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed