commit | 5d920c893fc8ea957aa0489695a9f3dc62b13804 | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <mcgrof@kernel.org> | Wed Mar 29 05:36:37 2017 -0700 |
committer | Luis R. Rodriguez <mcgrof@kernel.org> | Wed Mar 29 06:22:58 2017 -0700 |
tree | 11222a61b45f4daa1c9070dfdd921fe0eec8c424 | |
parent | e60f61c71bc59c76b31f93fe48a0c7e613728526 [diff] |
brcmfmac: don't warn user if requested nvram fails 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 based on patches by Rafał Miłecki. Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>