We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21ac64 commit 727d7c1Copy full SHA for 727d7c1
drivers/regulator/raa215300.c
@@ -119,7 +119,7 @@ static int raa215300_i2c_probe(struct i2c_client *client)
119
}
120
121
if (clk_name) {
122
- char *name = pmic_version >= 0x12 ? "isl1208" : "raa215300_a0";
+ const char *name = pmic_version >= 0x12 ? "isl1208" : "raa215300_a0";
123
struct device_node *np = client->dev.of_node;
124
u32 addr = RAA215300_RTC_DEFAULT_ADDR;
125
struct i2c_board_info info = {};
0 commit comments