commit | ac2ea9cfce605e76b068893b606b1e87df7245a7 | [log] [tgz] |
---|---|---|
author | Markus Mayer <mmayer@broadcom.com> | Tue Oct 15 15:45:10 2019 -0700 |
committer | Florian Fainelli <f.fainelli@gmail.com> | Fri Oct 18 10:07:39 2019 -0700 |
tree | d53d96c078f9dc2526648443716b623bfae5d3b4 | |
parent | 6ef972b1924011bc5fb9c3f93c5276b90eb3972a [diff] |
memory: brcmstb: dpfe: pass *priv as argument to brcmstb_dpfe_download_firmware() Rather than passing a (struct platform_device *) to brcmstb_dpfe_download_firmware(), we pass a (struct private_data *). This is the more sensible thing to do. Signed-off-by: Markus Mayer <mmayer@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>