commit | ef1851a3f384c45a720ffefb29b33179c8b73a7e | [log] [tgz] |
---|---|---|
author | Nishanth Menon <nm@ti.com> | Tue Mar 15 16:15:32 2016 -0500 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 14 11:51:39 2016 -0600 |
tree | 2433d3aa2f507ad3aebf130c4f755f4ef7d4742f | |
parent | 7cf58dd39f834731159d046e7db20d7fcd20721d [diff] |
dm: part: fix missing driver name in debug print 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 <nm@ti.com>