Re: [U-Boot] [PATCH] dm: part: fix missing driver name in debug print

2016-04-09 Thread Simon Glass
On 9 April 2016 at 10:03, Simon Glass wrote: > On 15 March 2016 at 15:15, Nishanth Menon wrote: >> Fixes the following warning with PART_DEBUG enabled: >> disk/part.c: In function ‘get_partition_info’: >> disk/part.c:372:3: warning: format ‘%s’ expects a matching

Re: [U-Boot] [PATCH] dm: part: fix missing driver name in debug print

2016-04-09 Thread Simon Glass
On 15 March 2016 at 15:15, Nishanth Menon wrote: > Fixes the following warning with PART_DEBUG enabled: > disk/part.c: In function ‘get_partition_info’: > disk/part.c:372:3: warning: format ‘%s’ expects a matching ‘char *’ argument > [-Wformat] > > Signed-off-by: Nishanth Menon

[U-Boot] [PATCH] dm: part: fix missing driver name in debug print

2016-03-15 Thread Nishanth Menon
Fixes the following warning with PART_DEBUG enabled: disk/part.c: In function ‘get_partition_info’: disk/part.c:372:3: warning: format ‘%s’ expects a matching ‘char *’ argument [-Wformat] Signed-off-by: Nishanth Menon --- disk/part.c |3 ++- 1 file changed, 2 insertions(+), 1