From 78acb197a0bcded285ad34f1c587b3cfc5801f9b Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Thu, 11 Aug 2016 20:49:29 -0700 Subject: usb_mux: Correct an error print. BUG=none BRANCH=none TEST=none Change-Id: Ica208bf8d6f34c856073b06633560de08792976c Signed-off-by: David Hendricks Reviewed-on: https://chromium-review.googlesource.com/368590 Reviewed-by: Martin Roth Reviewed-by: Shawn N --- driver/usb_mux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/usb_mux.c b/driver/usb_mux.c index fde578da39..b9f6b8d5d3 100644 --- a/driver/usb_mux.c +++ b/driver/usb_mux.c @@ -70,7 +70,7 @@ int usb_mux_get(int port, const char **dp_str, const char **usb_str) res = mux->driver->get(mux->port_addr, &mux_state); if (res) { - CPRINTS("Error setting mux port(%d): %d", port, res); + CPRINTS("Error getting mux port(%d): %d", port, res); return 0; } -- cgit v1.2.1