hwmon: use dev_get_platdata()
Use the wrapper function for retrieving the platform data instead of accessing dev->platform_data directly. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
这个提交包含在:
@@ -717,7 +717,7 @@ static void g762_of_clock_disable(struct i2c_client *client) { }
|
||||
|
||||
static int g762_pdata_prop_import(struct i2c_client *client)
|
||||
{
|
||||
struct g762_platform_data *pdata = client->dev.platform_data;
|
||||
struct g762_platform_data *pdata = dev_get_platdata(&client->dev);
|
||||
int ret;
|
||||
|
||||
if (!pdata)
|
||||
|
在新工单中引用
屏蔽一个用户