Re: [PATCH v6 5/5] brcmfmac: don't warn user if requested nvram fails

2017-04-26 Thread Luis R. Rodriguez
On Wed, Mar 29, 2017 at 08:25:14PM -0700, Luis R. Rodriguez wrote: > The requested nvram is optional, don't nag users about this. > Additionally, the new driver data API enables us to let the API > deal with the freeing of the nvram for us if we happen to free > it immediately on the consumer callb

[PATCH v6 5/5] brcmfmac: don't warn user if requested nvram fails

2017-03-29 Thread Luis R. Rodriguez
The requested nvram is optional, don't nag users about this. Additionally, the new driver data API enables us to let the API deal with the freeing of the nvram for us if we happen to free it immediately on the consumer callback, this driver does that so take advantage of this feature. Originally b