1. 08 Sep, 2013 1 commit
    • Jingoo Han's avatar
      staging: iio: replace strict_strto*() with kstrto*() · e5e26dd5
      Jingoo Han authored
      The usage of strict_strto*() is not preferred, because
      strict_strto*() is obsolete. Thus, kstrto*() should be
      used.
      
      Previously, there were only strict_strtol(), strict_strtoul(),
      strict_strtoull(), and strict_strtoll(). Thus, when converting
      to the variables, only long, unsigned long, unsigned long long,
      and long long can be used.
      
      However, kstrto*() provides various functions handling all types
      of variables. Therefore, the types of variables can be changed
      properly.
      Signed-off-by: default avatarJingoo Han <jg1.han@samsung.com>
      Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
      e5e26dd5
  2. 07 Sep, 2013 22 commits
  3. 31 Aug, 2013 1 commit
  4. 30 Aug, 2013 16 commits