diff options
author | Jingoo Han <jg1.han@samsung.com> | 2013-08-01 04:01:27 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2013-08-01 10:54:53 +0200 |
commit | ed6ccdc67f0722dfe817ebb2e16ccc8d2c30187a (patch) | |
tree | 17ae16b0c644e7cbf4e0fc1efa6cbd7afd5d42d5 /drivers/mfd/lpc_ich.c | |
parent | mfd: stmpe: Staticise stmpe_of_probe() (diff) | |
download | linux-ed6ccdc67f0722dfe817ebb2e16ccc8d2c30187a.tar.xz linux-ed6ccdc67f0722dfe817ebb2e16ccc8d2c30187a.zip |
mfd: max8997: Cast void pointer to data of max8997_pmic_dt_match
Casting (void *) data of max8997_pmic_dt_match is necessary,
because variable 'data' of struct 'of_device_id' is defined as
'const void *data'. Thus, pointer should be used instead of value.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions