Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107456467
D36534.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
601 B
Referenced Files
None
Subscribers
None
D36534.diff
View Options
diff --git a/sys/dev/qcom_tlmm/qcom_tlmm_pin.c b/sys/dev/qcom_tlmm/qcom_tlmm_pin.c
--- a/sys/dev/qcom_tlmm/qcom_tlmm_pin.c
+++ b/sys/dev/qcom_tlmm/qcom_tlmm_pin.c
@@ -257,7 +257,7 @@
ret = qcom_tlmm_ipq4018_hw_pin_set_output_value(sc, pin, value);
GPIO_UNLOCK(sc);
- return (0);
+ return (ret);
}
int
@@ -273,7 +273,7 @@
ret = qcom_tlmm_ipq4018_hw_pin_get_input_value(sc, pin, val);
GPIO_UNLOCK(sc);
- return (0);
+ return (ret);
}
int
@@ -289,7 +289,7 @@
ret = qcom_tlmm_ipq4018_hw_pin_toggle_output_value(sc, pin);
GPIO_UNLOCK(sc);
- return (0);
+ return (ret);
}
int
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 15, 10:27 AM (11 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15809517
Default Alt Text
D36534.diff (601 B)
Attached To
Mode
D36534: qcom_tlmm: fix compiler errors, return error code
Attached
Detach File
Event Timeline
Log In to Comment