Re: [U-Boot] [PATCH v2 3/8] treewide: replace with error() with pr_err()

2017-09-28 Thread Tom Rini
On Thu, Sep 28, 2017 at 09:56:29PM +0900, Masahiro Yamada wrote: > Hi Tom, > > > 2017-09-28 21:43 GMT+09:00 Tom Rini : > > On Thu, Sep 28, 2017 at 03:11:05PM +0900, Masahiro Yamada wrote: > >> Hi Tom, > >> > >> 2017-09-16 14:10 GMT+09:00 Masahiro Yamada : > >> > U-Boot widely uses error() as a bi

Re: [U-Boot] [PATCH v2 3/8] treewide: replace with error() with pr_err()

2017-09-28 Thread Masahiro Yamada
Hi Tom, 2017-09-28 21:43 GMT+09:00 Tom Rini : > On Thu, Sep 28, 2017 at 03:11:05PM +0900, Masahiro Yamada wrote: >> Hi Tom, >> >> 2017-09-16 14:10 GMT+09:00 Masahiro Yamada : >> > U-Boot widely uses error() as a bit noisier variant of printf(). >> > >> > This macro causes name conflict with the f

Re: [U-Boot] [PATCH v2 3/8] treewide: replace with error() with pr_err()

2017-09-28 Thread Tom Rini
On Thu, Sep 28, 2017 at 03:11:05PM +0900, Masahiro Yamada wrote: > Hi Tom, > > 2017-09-16 14:10 GMT+09:00 Masahiro Yamada : > > U-Boot widely uses error() as a bit noisier variant of printf(). > > > > This macro causes name conflict with the following line in > > include/linux/compiler-gcc.h: > >

Re: [U-Boot] [PATCH v2 3/8] treewide: replace with error() with pr_err()

2017-09-27 Thread Masahiro Yamada
Hi Tom, 2017-09-16 14:10 GMT+09:00 Masahiro Yamada : > U-Boot widely uses error() as a bit noisier variant of printf(). > > This macro causes name conflict with the following line in > include/linux/compiler-gcc.h: > > # define __compiletime_error(message) __attribute__((error(message))) > > Thi

Re: [U-Boot] [PATCH v2 3/8] treewide: replace with error() with pr_err()

2017-09-24 Thread Simon Glass
On 15 September 2017 at 23:10, Masahiro Yamada wrote: > U-Boot widely uses error() as a bit noisier variant of printf(). > > This macro causes name conflict with the following line in > include/linux/compiler-gcc.h: > > # define __compiletime_error(message) __attribute__((error(message))) > > Th