Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F169763246
D58921.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
589 B
Referenced Files
None
Subscribers
None
D58921.diff
View Options
diff --git a/sys/arm/broadcom/bcm2835/bcm2835_audio.c b/sys/arm/broadcom/bcm2835/bcm2835_audio.c
--- a/sys/arm/broadcom/bcm2835/bcm2835_audio.c
+++ b/sys/arm/broadcom/bcm2835/bcm2835_audio.c
@@ -360,11 +360,11 @@
int success;
if (sc->vchi_handle != VCHIQ_SERVICE_HANDLE_INVALID) {
+ /* XXX vchi_service_release(sc->vchi_handle)? */
success = vchi_service_close(sc->vchi_handle);
if (success != 0)
BCM2835_LOG_ERROR(sc, "vchi_service_close failed: %d\n",
success);
- vchi_service_release(sc->vchi_handle);
sc->vchi_handle = VCHIQ_SERVICE_HANDLE_INVALID;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Sep 3, 12:05 PM (3 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36955857
Default Alt Text
D58921.diff (589 B)
Attached To
Mode
D58921: bcm2835_audio: Comment out vchi_service_release()
Attached
Detach File
Event Timeline
Log In to Comment