From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 21 Dec 2020 09:47:10 -0700 Subject: [PATCH v3 4/9] console: rename search_device() to console_search_dev() In-Reply-To: <20201221123008.9930-4-andriy.shevchenko@linux.intel.com> References: <20201221123008.9930-1-andriy.shevchenko@linux.intel.com> <20201221123008.9930-4-andriy.shevchenko@linux.intel.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 21 Dec 2020 at 05:30, Andy Shevchenko wrote: > > Rename search_device() to console_search_dev() since it's in console.h. > > Suggested-by: Simon Glass > Signed-off-by: Andy Shevchenko > --- > v3: new patch > common/console.c | 18 +++++++++--------- > common/iomux.c | 4 ++-- > common/stdio.c | 4 ++-- > include/console.h | 2 +- > 4 files changed, 14 insertions(+), 14 deletions(-) > Reviewed-by: Simon Glass