|
@@ -99,6 +99,6 @@ __printf(2, 3)
|
|
bool __igt_timeout(unsigned long timeout, const char *fmt, ...);
|
|
bool __igt_timeout(unsigned long timeout, const char *fmt, ...);
|
|
|
|
|
|
#define igt_timeout(t, fmt, ...) \
|
|
#define igt_timeout(t, fmt, ...) \
|
|
- __igt_timeout((t), KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__)
|
|
|
|
|
|
+ __igt_timeout((t), KERN_NOTICE pr_fmt(fmt), ##__VA_ARGS__)
|
|
|
|
|
|
#endif /* !__I915_SELFTEST_H__ */
|
|
#endif /* !__I915_SELFTEST_H__ */
|