Changeset 772 for GPL/trunk/alsa-kernel/hda/hdac_component.c
- Timestamp:
- Apr 19, 2025, 8:08:37 PM (5 months ago)
- Location:
- GPL/trunk
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-6.6-LTS (added) merged: 765,768-769 /GPL/branches/uniaud32-exp (added) merged: 735-741,743-744,748-751,753-760,762-764 /GPL/branches/uniaud32-next merged: 718-734
- Property svn:mergeinfo changed
-
GPL/trunk/alsa-kernel/hda/hdac_component.c
r764 r772 194 194 return ret; 195 195 196 #ifndef TARGET_OS2 196 197 if (WARN_ON(!(acomp->dev && acomp->ops))) { 197 198 ret = -EINVAL; 198 199 goto out_unbind; 199 200 } 201 #endif 200 202 201 203 /* pin the module to avoid dynamic unbinding, but only if given */
Note:
See TracChangeset
for help on using the changeset viewer.