Kernel.org Bugzilla – Attachment #256385: The patch fixes the bug for
bug #188641
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 188641
Collapse All
|
Expand All
(-)
a/drivers/iio/light/cm3232.c (-2 / +1 lines)
Lines 119-125 static int cm3232_reg_init(struct cm3232_chip *chip)
Link Here
119
if (ret < 0)
119
if (ret < 0)
120
dev_err(&chip->client->dev, "Error writing reg_cmd\n");
120
dev_err(&chip->client->dev, "Error writing reg_cmd\n");
121
121
122
return 0;
122
return ret;
123
}
123
}
124
124
125
/**
125
/**
126
-
Return to
bug 188641