coreboot-kgpe-d16/util/i915tool/spatches/fx.cocci

11 lines
101 B
Plaintext

@@
identifier f;
type T;
@@
T f(...){...
-\(DRM_DEBUG_KMS|DRM_ERRRO\)(
+fprintf(stderr,
...);
...}