]> Git Repo - linux.git/blobdiff - lib/seq_buf.c
drm/i915/tgl: Suspend pre-parser across GTT invalidations
[linux.git] / lib / seq_buf.c
index 6aabb609dd87196778b4b4a399e3cd01067e656a..bd807f545a9d71f4d6c4d87a9348cdba8a9986f1 100644 (file)
@@ -140,7 +140,7 @@ int seq_buf_bprintf(struct seq_buf *s, const char *fmt, const u32 *binary)
  */
 int seq_buf_puts(struct seq_buf *s, const char *str)
 {
-       unsigned int len = strlen(str);
+       size_t len = strlen(str);
 
        WARN_ON(s->size == 0);
 
This page took 0.034289 seconds and 4 git commands to generate.