9bff21 - media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)

Authored and Committed by Jiri Slaby 4 months ago
    - media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
      (fix build and make it faster).
    - Delete
      patches.rpmify/Revert-minmax-allow-comparisons-of-int-against-unsig.patch.
    - Delete
      patches.rpmify/Revert-minmax-allow-min-max-clamp-if-the-arguments-h.patch.
    - Delete
      patches.rpmify/Revert-minmax-fix-indentation-of-__cmp_once-and-__cl.patch.
    - Delete
      patches.rpmify/Revert-minmax-relax-check-to-allow-comparison-betwee.patch.
    
    Replace the reverts by an upstream workaround.
    
        
file modified
+1 -4