Searched hist:"532062 b099563cba7a93bd9bd50554948661f013" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/atm/ |
H A D | iphase.h | diff 532062b099563cba7a93bd9bd50554948661f013 Mon May 10 16:49:09 CEST 2021 Andy Shevchenko <andriy.shevchenko@linux.intel.com> atm: Replace custom isprint() with generic analogue
Custom isprint() definition may collide with one form ctype.h. In order to avoid this, replace it with a functional analogue which is isascii() && isprint() in this case.
First appearance of the code is in the commit 636b38438001 ("Import 2.3.43").
Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | iphase.c | diff 532062b099563cba7a93bd9bd50554948661f013 Mon May 10 16:49:09 CEST 2021 Andy Shevchenko <andriy.shevchenko@linux.intel.com> atm: Replace custom isprint() with generic analogue
Custom isprint() definition may collide with one form ctype.h. In order to avoid this, replace it with a functional analogue which is isascii() && isprint() in this case.
First appearance of the code is in the commit 636b38438001 ("Import 2.3.43").
Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|