From 623e4ecb869ea5c643715a08f376987887664de1 Mon Sep 17 00:00:00 2001 From: Ioan Nicu Date: Mon, 30 Mar 2015 15:03:38 +0200 Subject: [PATCH] i2c: i2c-mux-gpio: remove error messages for probe deferrals Probe deferral is not an error case. It happens only when the necessary dependencies are not there yet. The driver core is already printing a message when a driver requests probe deferral, so this can be traced in the logs without these error prints. This patch removes the error messages for these deferral cases. Signed-off-by: Ionut Nicu Acked-by: Alexander Sverdlin Acked-by: Peter Korsgaard Signed-off-by: Wolfram Sang --- Reading git-format-patch failed