commit | 7836922d87175dbc9bc972a1aca08d2c8b6f5045 | [log] [tgz] |
---|---|---|
author | Fuqian Huang <huangfq.daxian@gmail.com> | Thu Jul 04 10:36:27 2019 +0800 |
committer | Jassi Brar <jaswinder.singh@linaro.org> | Wed Jul 10 23:08:44 2019 -0500 |
tree | bd37d040640f17494c498e5607cf667ca4f879da | |
parent | 11108f4671bda6bf93bea5455210346a0ccbaa10 [diff] |
mailbox: bcm-flexrm-mailbox: using dev_get_drvdata directly Several drivers cast a struct device pointer to a struct platform_device pointer only to then call platform_get_drvdata(). To improve readability, these constructs can be simplified by using dev_get_drvdata() directly. Signed-off-by: Fuqian Huang <huangfq.daxian@gmail.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>