[PATCH 02/14] staging: brcm80211: remove iovar IOV_BLOCKSIZE in brcmfmac

Rafał Miłecki zajec5 at gmail.com
Fri Aug 12 14:12:16 UTC 2011


2011/8/12 Arend van Spriel <arend at broadcom.com>:
> @@ -273,7 +270,6 @@ extern int brcmf_sdioh_interrupt_deregister(struct sdioh_info *sd)
>  /* IOVar table */
>  enum {
>        IOV_MSGLEVEL = 1,
> -       IOV_BLOCKSIZE,
>        IOV_NUMINTS,
>        IOV_DEVREG,
>        IOV_HCIREGS,

You are forcing IOV_MSGLEVEL to 1, so I expected values of IOV_* are
really important in some piece of code. Now you change them. AFAIU it
means you break something, or you can drop " = 1".

-- 
Rafał



More information about the devel mailing list