mfd: dm355evm_msp: Switch to gpiochip_add_data()
[deliverable/linux.git] / drivers / mfd / dm355evm_msp.c
index ec4438ed2fafd73415b3efb40b131e587ddbf45a..d7d59f8d9d06ea4f499b0953bd496658fbc0d18b 100644 (file)
@@ -260,7 +260,7 @@ static int add_children(struct i2c_client *client)
 
        /* GPIO-ish stuff */
        dm355evm_msp_gpio.parent = &client->dev;
-       status = gpiochip_add(&dm355evm_msp_gpio);
+       status = gpiochip_add_data(&dm355evm_msp_gpio, NULL);
        if (status < 0)
                return status;
 
This page took 0.02853 seconds and 5 git commands to generate.