[BACK]Return to exynos_gpio.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / arm / samsung

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/arm/samsung/exynos_gpio.c between version 1.2 and 1.3

version 1.2, 2014/05/10 19:31:00 version 1.3, 2014/05/10 21:46:15
Line 603  exynos_gpio_pin_reserve(const char *name
Line 603  exynos_gpio_pin_reserve(const char *name
                 return false;                  return false;
   
         KASSERT(strlen(pin_data) < 10);          KASSERT(strlen(pin_data) < 10);
         if (!(pin_data[0] == '>' || pin_data[1] == '<')) {          if (!(pin_data[0] == '>' || pin_data[0] == '<')) {
                 printf("%s: malformed pin data in '%s', missing direction\n",                  printf("%s: malformed pin data in '%s', missing direction\n",
                         __func__, pin_data);                          __func__, pin_data);
                 return false;                  return false;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>