mfd: cs5535-mfd: Use PLATFORM_DEVID_* defines and tidy error message
authorLee Jones <lee.jones@linaro.org>
Fri, 18 Oct 2019 09:09:24 +0000 (10:09 +0100)
committerLee Jones <lee.jones@linaro.org>
Mon, 11 Nov 2019 08:45:03 +0000 (08:45 +0000)
commit601e4289a01f70fd78b19dc7da0e10b902485ae6
tree41e0adfb6542ebfa61ec58e4b8d9e3018e8a66ff
parent36f1b26b4bc4f8c59288c477216aa52ba347c14c
mfd: cs5535-mfd: Use PLATFORM_DEVID_* defines and tidy error message

In most contexts '-1' doesn't really mean much to the casual observer.
In almost all cases, it's better to use a human readable define.  In
this case PLATFORM_DEVID_* defines have already been provided for this
purpose.

While we're here, let's be specific about the 'MFD devices' which
failed.  It will help when trying to distinguish which of the 2 sets
of sub-devices we actually failed to register.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
drivers/mfd/cs5535-mfd.c