Commits
Simon Glass committed ae06a1b9960
dm: gpio: pca953x: Drop pointless data structure checks These checks cannot fail since driver model will not call a driver's method if it cannot fully create the driver data structures. It is confusing to have these checks and others might copy them. Drop this code. Signed-off-by: Simon Glass <sjg@chromium.org>