OSDN Git Service

i2c: i2c-mux-gpio: remove error messages for probe deferrals
authorIoan Nicu <ioan.nicu.ext@nokia.com>
Mon, 30 Mar 2015 13:03:38 +0000 (15:03 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Fri, 3 Apr 2015 20:00:14 +0000 (22:00 +0200)
commit623e4ecb869ea5c643715a08f376987887664de1
treed95f75af5493299942ac1d87e13575e0f0723232
parentba92222ed63a12d09120df9b92f56cc990abac19
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 <ioan.nicu.ext@nokia.com>
Acked-by: Alexander Sverdlin <alexander.sverdlin@nokia.com>
Acked-by: Peter Korsgaard <peter.korsgaard@barco.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/muxes/i2c-mux-gpio.c