From 58ed90de3ef58a19c035355a4a0cd6dfef6d6b0c Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Wed, 22 Aug 2012 17:28:55 -0700 Subject: [PATCH] spi/sc18is602: Return -EINVAL for probe failures due to I2C function mismatch If the I2C bus master driver does not support the required functionality, the driver returns -ENODEV. This causes a silent probe failure without error message. Since the device has to be explicitly instantiated, and the user should know the correct bus, this event really reflects an error condition. Replace error return value with -EINVAL to trigger an error message showing that the probe function failed. Signed-off-by: Guenter Roeck Signed-off-by: Mark Brown --- Reading git-format-patch failed