1. 04 Jun, 2016 1 commit
    • Alex Elder's avatar
      greybus: tracing: fix "make check" warnings · e5f23c45
      Alex Elder authored
      Some of the trace buffer fields were defined as Booleans.  This
      leads to two problems reported by "make check":
          - the __field() macro (or some descendent macro) performs
            a sizeof(bool) operation, which results in a warning
          - The TP_printk() macro, which specifies a printf() style
            format string, produces a warning when one attempts to
            format a Boolean as an integer.
      Fix both problems implicitly converting Boolean values from the data
      structures into integers in the trace buffer.
      Signed-off-by: default avatarAlex Elder <elder@linaro.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
      e5f23c45
  2. 03 Jun, 2016 3 commits
  3. 02 Jun, 2016 4 commits
  4. 01 Jun, 2016 8 commits
  5. 27 May, 2016 24 commits