Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107401873
D34854.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
286 B
Referenced Files
None
Subscribers
None
D34854.diff
View Options
diff --git a/sys/dev/gpio/qoriq_gpio.c b/sys/dev/gpio/qoriq_gpio.c
--- a/sys/dev/gpio/qoriq_gpio.c
+++ b/sys/dev/gpio/qoriq_gpio.c
@@ -153,7 +153,7 @@
GPIO_LOCK(sc);
ret = qoriq_gpio_pin_configure(dev, pin, flags);
GPIO_UNLOCK(sc);
- return (0);
+ return (ret);
}
static int
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 14, 4:10 PM (34 m, 23 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15796145
Default Alt Text
D34854.diff (286 B)
Attached To
Mode
D34854: qoriq_gpio_pin_setflags: Propagate error from qoriq_gpio_pin_configure.
Attached
Detach File
Event Timeline
Log In to Comment